From 9957cf15375257cb4231106cfdc79f816fbfc7e5 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 1 May 2020 08:22:21 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- .../system/multi-user.target.wants/snap-core18-1668.mount | 1 - .../system/multi-user.target.wants/snap-core18-1754.mount | 1 + .../{snap-core18-1668.mount => snap-core18-1754.mount} | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/snap-core18-1668.mount create mode 120000 systemd/system/multi-user.target.wants/snap-core18-1754.mount rename systemd/system/{snap-core18-1668.mount => snap-core18-1754.mount} (53%) diff --git a/.etckeeper b/.etckeeper index 3d713a5..c3aeae9 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2885,8 +2885,8 @@ maybe chmod 0755 'systemd/system/printer.target.wants' maybe chmod 0755 'systemd/system/remote-fs.target.wants' maybe chmod 0644 'systemd/system/snap-core-8935.mount' maybe chmod 0644 'systemd/system/snap-core-9066.mount' -maybe chmod 0644 'systemd/system/snap-core18-1668.mount' maybe chmod 0644 'systemd/system/snap-core18-1705.mount' +maybe chmod 0644 'systemd/system/snap-core18-1754.mount' maybe chmod 0644 'systemd/system/snap-openra-183.mount' maybe chmod 0644 'systemd/system/snap-openra-216.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-192.mount' diff --git a/systemd/system/multi-user.target.wants/snap-core18-1668.mount b/systemd/system/multi-user.target.wants/snap-core18-1668.mount deleted file mode 120000 index cd23a8e..0000000 --- a/systemd/system/multi-user.target.wants/snap-core18-1668.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-core18-1668.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-core18-1754.mount b/systemd/system/multi-user.target.wants/snap-core18-1754.mount new file mode 120000 index 0000000..37b2966 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-core18-1754.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-core18-1754.mount \ No newline at end of file diff --git a/systemd/system/snap-core18-1668.mount b/systemd/system/snap-core18-1754.mount similarity index 53% rename from systemd/system/snap-core18-1668.mount rename to systemd/system/snap-core18-1754.mount index 1897277..be01b73 100644 --- a/systemd/system/snap-core18-1668.mount +++ b/systemd/system/snap-core18-1754.mount @@ -1,10 +1,10 @@ [Unit] -Description=Mount unit for core18, revision 1668 +Description=Mount unit for core18, revision 1754 Before=snapd.service [Mount] -What=/var/lib/snapd/snaps/core18_1668.snap -Where=/snap/core18/1668 +What=/var/lib/snapd/snaps/core18_1754.snap +Where=/snap/core18/1754 Type=squashfs Options=nodev,ro,x-gdu.hide LazyUnmount=yes -- 2.39.5