From cf660c57e408b9211b747cebf5e952307527974a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 Nov 2019 08:07:49 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 2 +- alternatives/python | 1 + cups/printers.conf.O | 20 ------------------- .../snap-core-7713.mount | 1 - .../snap-core-8039.mount | 1 + systemd/system/snap-core-7713.mount | 12 ----------- systemd/system/snap-core-8039.mount | 13 ++++++++++++ 7 files changed, 16 insertions(+), 34 deletions(-) create mode 120000 alternatives/python delete mode 120000 systemd/system/multi-user.target.wants/snap-core-7713.mount create mode 120000 systemd/system/multi-user.target.wants/snap-core-8039.mount delete mode 100644 systemd/system/snap-core-7713.mount create mode 100644 systemd/system/snap-core-8039.mount diff --git a/.etckeeper b/.etckeeper index 7577c38..49e27e5 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3007,8 +3007,8 @@ maybe chmod 0644 'systemd/system/snap-atom-238.mount' maybe chmod 0644 'systemd/system/snap-atom-241.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-84.mount' maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-88.mount' -maybe chmod 0644 'systemd/system/snap-core-7713.mount' maybe chmod 0644 'systemd/system/snap-core-7917.mount' +maybe chmod 0644 'systemd/system/snap-core-8039.mount' maybe chmod 0644 'systemd/system/snap.canonical-livepatch.canonical-livepatchd.service' maybe chmod 0755 'systemd/system/sockets.target.wants' maybe chmod 0755 'systemd/system/spice-vdagentd.target.wants' diff --git a/alternatives/python b/alternatives/python new file mode 120000 index 0000000..f097b0e --- /dev/null +++ b/alternatives/python @@ -0,0 +1 @@ +/usr/bin/python3.7 \ No newline at end of file diff --git a/cups/printers.conf.O b/cups/printers.conf.O index 77835da..4e552a1 100644 --- a/cups/printers.conf.O +++ b/cups/printers.conf.O @@ -91,26 +91,6 @@ KLimit 0 OpPolicy default ErrorPolicy retry-job - -UUID urn:uuid:c68dbbe0-3f25-3ecf-434d-bb3ef4c22968 -Info -Location -MakeModel Color LaserJet MFP M277dw - IPP Everywhere -DeviceURI ipps://NPI9D0E59.local:443/ipp/print -State Idle -StateTime 1573057806 -ConfigTime 1573057821 -Type 4188 -Accepting Yes -Shared No -JobSheets none none -QuotaPeriod 0 -PageLimit 0 -KLimit 0 -OpPolicy default -ErrorPolicy retry-job -Option cups-browsed true - UUID urn:uuid:b97fc042-5272-3bbc-7495-afb7cf437065 Info HP LaserJet M806 [17B98C] diff --git a/systemd/system/multi-user.target.wants/snap-core-7713.mount b/systemd/system/multi-user.target.wants/snap-core-7713.mount deleted file mode 120000 index 01e27a1..0000000 --- a/systemd/system/multi-user.target.wants/snap-core-7713.mount +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/system/snap-core-7713.mount \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/snap-core-8039.mount b/systemd/system/multi-user.target.wants/snap-core-8039.mount new file mode 120000 index 0000000..cb1ee5c --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-core-8039.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-core-8039.mount \ No newline at end of file diff --git a/systemd/system/snap-core-7713.mount b/systemd/system/snap-core-7713.mount deleted file mode 100644 index 4ffdb2a..0000000 --- a/systemd/system/snap-core-7713.mount +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Mount unit for core, revision 7713 -Before=snapd.service - -[Mount] -What=/var/lib/snapd/snaps/core_7713.snap -Where=/snap/core/7713 -Type=squashfs -Options=nodev,ro,x-gdu.hide - -[Install] -WantedBy=multi-user.target diff --git a/systemd/system/snap-core-8039.mount b/systemd/system/snap-core-8039.mount new file mode 100644 index 0000000..7b4278b --- /dev/null +++ b/systemd/system/snap-core-8039.mount @@ -0,0 +1,13 @@ +[Unit] +Description=Mount unit for core, revision 8039 +Before=snapd.service + +[Mount] +What=/var/lib/snapd/snaps/core_8039.snap +Where=/snap/core/8039 +Type=squashfs +Options=nodev,ro,x-gdu.hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target -- 2.43.0