From d2ef1ccb329d2711dddab476b1bd1d1da02d7486 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 8 Jun 2020 00:01:35 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + .../multi-user.target.wants/snap-core-9289.mount | 1 + systemd/system/snap-core-9289.mount | 13 +++++++++++++ 3 files changed, 15 insertions(+) create mode 120000 systemd/system/multi-user.target.wants/snap-core-9289.mount create mode 100644 systemd/system/snap-core-9289.mount diff --git a/.etckeeper b/.etckeeper index ea0467a..e2a23e3 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2915,6 +2915,7 @@ maybe chmod 0644 'systemd/system/postfix.service.d/override.conf' maybe chmod 0755 'systemd/system/printer.target.wants' maybe chmod 0755 'systemd/system/remote-fs.target.wants' maybe chmod 0644 'systemd/system/snap-core-9066.mount' +maybe chmod 0644 'systemd/system/snap-core-9289.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-194.mount' maybe chmod 0644 'systemd/system/snap-pycharm\x2dcommunity-197.mount' maybe chmod 0755 'systemd/system/sockets.target.wants' diff --git a/systemd/system/multi-user.target.wants/snap-core-9289.mount b/systemd/system/multi-user.target.wants/snap-core-9289.mount new file mode 120000 index 0000000..fbdbe2e --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-core-9289.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-core-9289.mount \ No newline at end of file diff --git a/systemd/system/snap-core-9289.mount b/systemd/system/snap-core-9289.mount new file mode 100644 index 0000000..24047c3 --- /dev/null +++ b/systemd/system/snap-core-9289.mount @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for core, revision 9289 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/core_9289.snap +Where=/snap/core/9289 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target -- 2.39.5