From: Frank Brehm Date: Wed, 4 May 2022 20:51:28 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=6557c62f2f1d1cb8b2b214a0acea7b49d39a4d02;p=config%2Fbruni%2Fetc-mint-new1.git saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 5d75382..26a91f5 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3036,8 +3036,8 @@ maybe chmod 0644 'systemd/system/snap-core-12834.mount' maybe chmod 0644 'systemd/system/snap-core-12941.mount' maybe chmod 0644 'systemd/system/snap-core18-2284.mount' maybe chmod 0644 'systemd/system/snap-core18-2344.mount' -maybe chmod 0644 'systemd/system/snap-drawio-149.mount' maybe chmod 0644 'systemd/system/snap-drawio-150.mount' +maybe chmod 0644 'systemd/system/snap-drawio-151.mount' maybe chmod 0644 'systemd/system/snap-ferdi-211.mount' maybe chmod 0644 'systemd/system/snap-ferdi-225.mount' maybe chmod 0644 'systemd/system/snap-gnome\x2d3\x2d28\x2d1804-161.mount' diff --git a/systemd/system/multi-user.target.wants/snap-drawio-149.mount b/systemd/system/multi-user.target.wants/snap-drawio-149.mount deleted file mode 120000 index b8c0725..0000000 --- a/systemd/system/multi-user.target.wants/snap-drawio-149.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-drawio-149.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-drawio-151.mount b/systemd/system/multi-user.target.wants/snap-drawio-151.mount new file mode 120000 index 0000000..01fb66b --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-drawio-151.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-drawio-151.mount \ No newline at end of file diff --git a/systemd/system/snap-drawio-149.mount b/systemd/system/snap-drawio-149.mount deleted file mode 100644 index 2c0509a..0000000 --- a/systemd/system/snap-drawio-149.mount +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Mount unit for drawio, revision 149 -Before=snapd.service -After=zfs-mount.service - -[Mount] -What=/var/lib/snapd/snaps/drawio_149.snap -Where=/snap/drawio/149 -Type=squashfs -Options=nodev,ro,x-gdu.hide,x-gvfs-hide -LazyUnmount=yes - -[Install] -WantedBy=multi-user.target diff --git a/systemd/system/snap-drawio-151.mount b/systemd/system/snap-drawio-151.mount new file mode 100644 index 0000000..709ad1c --- /dev/null +++ b/systemd/system/snap-drawio-151.mount @@ -0,0 +1,14 @@ +[Unit] +Description=Mount unit for drawio, revision 151 +Before=snapd.service +After=zfs-mount.service + +[Mount] +What=/var/lib/snapd/snaps/drawio_151.snap +Where=/snap/drawio/151 +Type=squashfs +Options=nodev,ro,x-gdu.hide,x-gvfs-hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target