From: Mario Höllein Date: Mon, 18 Nov 2019 13:38:39 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=d004b850ca5976f105315b87483290da9c71c673;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 3a87296..7f37330 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3050,8 +3050,8 @@ maybe chmod 0755 'systemd/system/network-pre.target.wants' maybe chmod 0755 'systemd/system/oem-config.service.wants' maybe chmod 0755 'systemd/system/paths.target.wants' maybe chmod 0755 'systemd/system/printer.target.wants' -maybe chmod 0644 'systemd/system/snap-atom-238.mount' maybe chmod 0644 'systemd/system/snap-atom-241.mount' +maybe chmod 0644 'systemd/system/snap-atom-242.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-84.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-88.mount' maybe chmod 0644 'systemd/system/snap-core-7917.mount' diff --git a/systemd/system/multi-user.target.wants/snap-atom-238.mount b/systemd/system/multi-user.target.wants/snap-atom-238.mount deleted file mode 120000 index e2009ae..0000000 --- a/systemd/system/multi-user.target.wants/snap-atom-238.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-atom-238.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-atom-242.mount b/systemd/system/multi-user.target.wants/snap-atom-242.mount new file mode 120000 index 0000000..b0d7bf5 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-atom-242.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-atom-242.mount \ No newline at end of file diff --git a/systemd/system/snap-atom-238.mount b/systemd/system/snap-atom-238.mount deleted file mode 100644 index bc6b8cf..0000000 --- a/systemd/system/snap-atom-238.mount +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Mount unit for atom, revision 238 -Before=snapd.service - -[Mount] -What=/var/lib/snapd/snaps/atom_238.snap -Where=/snap/atom/238 -Type=squashfs -Options=nodev,ro,x-gdu.hide - -[Install] -WantedBy=multi-user.target diff --git a/systemd/system/snap-atom-242.mount b/systemd/system/snap-atom-242.mount new file mode 100644 index 0000000..852207a --- /dev/null +++ b/systemd/system/snap-atom-242.mount @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for atom, revision 242 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/atom_242.snap +Where=/snap/atom/242 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target