]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Wed, 10 Apr 2024 07:11:25 +0000 (09:11 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 10 Apr 2024 07:11:25 +0000 (09:11 +0200)
.etckeeper
systemd/system/multi-user.target.wants/snap-core20-2264.mount [new symlink]
systemd/system/snap-core20-2264.mount [new file with mode: 0644]
systemd/system/snapd.mounts.target.wants/snap-core20-2264.mount [new symlink]

index c09392991e10c5b60c8ccd39a5fcd0bc9d189c66..5d5fe4203b0475aea233acd82f694cf59e143069 100755 (executable)
@@ -3294,6 +3294,7 @@ maybe chmod 0644 'systemd/system/snap-core-16928.mount'
 maybe chmod 0644 'systemd/system/snap-core18-2796.mount'
 maybe chmod 0644 'systemd/system/snap-core18-2812.mount'
 maybe chmod 0644 'systemd/system/snap-core20-2182.mount'
+maybe chmod 0644 'systemd/system/snap-core20-2264.mount'
 maybe chmod 0644 'systemd/system/snap-drawio-203.mount'
 maybe chmod 0644 'systemd/system/snap-drawio-204.mount'
 maybe chmod 0644 'systemd/system/snap-ferdi-211.mount'
diff --git a/systemd/system/multi-user.target.wants/snap-core20-2264.mount b/systemd/system/multi-user.target.wants/snap-core20-2264.mount
new file mode 120000 (symlink)
index 0000000..936ac5a
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core20-2264.mount
\ No newline at end of file
diff --git a/systemd/system/snap-core20-2264.mount b/systemd/system/snap-core20-2264.mount
new file mode 100644 (file)
index 0000000..2a7e7b9
--- /dev/null
@@ -0,0 +1,16 @@
+[Unit]
+Description=Mount unit for core20, revision 2264
+After=snapd.mounts-pre.target
+Before=snapd.mounts.target
+Before=local-fs.target
+
+[Mount]
+What=/var/lib/snapd/snaps/core20_2264.snap
+Where=/snap/core20/2264
+Type=squashfs
+Options=nodev,ro,x-gdu.hide,x-gvfs-hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=snapd.mounts.target
+WantedBy=multi-user.target
diff --git a/systemd/system/snapd.mounts.target.wants/snap-core20-2264.mount b/systemd/system/snapd.mounts.target.wants/snap-core20-2264.mount
new file mode 120000 (symlink)
index 0000000..936ac5a
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core20-2264.mount
\ No newline at end of file