From: root Date: Mon, 11 May 2020 05:30:06 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=155e518d0a261a38baaf6be7c3d560f69544b331;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 9a37cca..1def3cc 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3155,8 +3155,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-247.mount' maybe chmod 0644 'systemd/system/snap-atom-248.mount' +maybe chmod 0644 'systemd/system/snap-atom-250.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-94.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-95.mount' maybe chmod 0644 'systemd/system/snap-core-8935.mount' diff --git a/systemd/system/multi-user.target.wants/snap-atom-247.mount b/systemd/system/multi-user.target.wants/snap-atom-247.mount deleted file mode 120000 index 1314be4..0000000 --- a/systemd/system/multi-user.target.wants/snap-atom-247.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-atom-247.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-atom-250.mount b/systemd/system/multi-user.target.wants/snap-atom-250.mount new file mode 120000 index 0000000..6d85ab2 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-atom-250.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-atom-250.mount \ No newline at end of file diff --git a/systemd/system/snap-atom-247.mount b/systemd/system/snap-atom-247.mount deleted file mode 100644 index f013bbf..0000000 --- a/systemd/system/snap-atom-247.mount +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Mount unit for atom, revision 247 -Before=snapd.service - -[Mount] -What=/var/lib/snapd/snaps/atom_247.snap -Where=/snap/atom/247 -Type=squashfs -Options=nodev,ro,x-gdu.hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target diff --git a/systemd/system/snap-atom-250.mount b/systemd/system/snap-atom-250.mount new file mode 100644 index 0000000..3186616 --- /dev/null +++ b/systemd/system/snap-atom-250.mount @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for atom, revision 250 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/atom_250.snap +Where=/snap/atom/250 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target