From: Mario Höllein Date: Thu, 1 Aug 2019 09:03:01 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=97f8dcf50755bd20e045ef8445fc22494f883108;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 16301e7..9694277 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2820,6 +2820,7 @@ 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-235.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-77.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-81.mount' maybe chmod 0644 'systemd/system/snap-core-7169.mount' diff --git a/systemd/system/multi-user.target.wants/snap-atom-235.mount b/systemd/system/multi-user.target.wants/snap-atom-235.mount new file mode 120000 index 0000000..59ef601 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-atom-235.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-atom-235.mount \ No newline at end of file diff --git a/systemd/system/snap-atom-235.mount b/systemd/system/snap-atom-235.mount new file mode 100644 index 0000000..4dbd3c7 --- /dev/null +++ b/systemd/system/snap-atom-235.mount @@ -0,0 +1,12 @@ +[Unit] +Description=Mount unit for atom, revision 235 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/atom_235.snap +Where=/snap/atom/235 +Type=squashfs +Options=nodev,ro,x-gdu.hide + +[Install] +WantedBy=multi-user.target