]> git.hoellein.online Git - zenbook/commitdiff
saving uncommitted changes in /etc prior to apt run
authorroot <root@localhost>
Tue, 26 May 2020 04:06:46 +0000 (06:06 +0200)
committerroot <root@localhost>
Tue, 26 May 2020 04:06:46 +0000 (06:06 +0200)
.etckeeper
systemd/system/multi-user.target.wants/snap-core18-1754.mount [new symlink]
systemd/system/multi-user.target.wants/snap-gnome\x2d3\x2d34\x2d1804-33.mount [new symlink]
systemd/system/multi-user.target.wants/snap-gtk\x2dcommon\x2dthemes-1506.mount [new symlink]
systemd/system/multi-user.target.wants/snap-snap\x2dstore-454.mount [new symlink]
systemd/system/snap-core18-1754.mount [new file with mode: 0644]
systemd/system/snap-gnome\x2d3\x2d34\x2d1804-33.mount [new file with mode: 0644]
systemd/system/snap-gtk\x2dcommon\x2dthemes-1506.mount [new file with mode: 0644]
systemd/system/snap-snap\x2dstore-454.mount [new file with mode: 0644]

index 46e7ae2b8aa11399a3608dde08d7e7476ba6d612..ab7e3428b8632333b4333cbd1e3200631a5a148b 100755 (executable)
@@ -3217,6 +3217,10 @@ maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-94.mount'
 maybe chmod 0644 'systemd/system/snap-canonical\x2dlivepatch-95.mount'
 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-1754.mount'
+maybe chmod 0644 'systemd/system/snap-gnome\x2d3\x2d34\x2d1804-33.mount'
+maybe chmod 0644 'systemd/system/snap-gtk\x2dcommon\x2dthemes-1506.mount'
+maybe chmod 0644 'systemd/system/snap-snap\x2dstore-454.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/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 (symlink)
index 0000000..37b2966
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-core18-1754.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-gnome\x2d3\x2d34\x2d1804-33.mount b/systemd/system/multi-user.target.wants/snap-gnome\x2d3\x2d34\x2d1804-33.mount
new file mode 120000 (symlink)
index 0000000..e9fe1f9
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-gnome\x2d3\x2d34\x2d1804-33.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-gtk\x2dcommon\x2dthemes-1506.mount b/systemd/system/multi-user.target.wants/snap-gtk\x2dcommon\x2dthemes-1506.mount
new file mode 120000 (symlink)
index 0000000..eaaee61
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1506.mount
\ No newline at end of file
diff --git a/systemd/system/multi-user.target.wants/snap-snap\x2dstore-454.mount b/systemd/system/multi-user.target.wants/snap-snap\x2dstore-454.mount
new file mode 120000 (symlink)
index 0000000..eade8ba
--- /dev/null
@@ -0,0 +1 @@
+/etc/systemd/system/snap-snap\x2dstore-454.mount
\ No newline at end of file
diff --git a/systemd/system/snap-core18-1754.mount b/systemd/system/snap-core18-1754.mount
new file mode 100644 (file)
index 0000000..be01b73
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for core18, revision 1754
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/core18_1754.snap
+Where=/snap/core18/1754
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target
diff --git a/systemd/system/snap-gnome\x2d3\x2d34\x2d1804-33.mount b/systemd/system/snap-gnome\x2d3\x2d34\x2d1804-33.mount
new file mode 100644 (file)
index 0000000..a9e6616
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for gnome-3-34-1804, revision 33
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/gnome-3-34-1804_33.snap
+Where=/snap/gnome-3-34-1804/33
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target
diff --git a/systemd/system/snap-gtk\x2dcommon\x2dthemes-1506.mount b/systemd/system/snap-gtk\x2dcommon\x2dthemes-1506.mount
new file mode 100644 (file)
index 0000000..3aef1d4
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for gtk-common-themes, revision 1506
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/gtk-common-themes_1506.snap
+Where=/snap/gtk-common-themes/1506
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target
diff --git a/systemd/system/snap-snap\x2dstore-454.mount b/systemd/system/snap-snap\x2dstore-454.mount
new file mode 100644 (file)
index 0000000..eb212a9
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=Mount unit for snap-store, revision 454
+Before=snapd.service
+
+[Mount]
+What=/var/lib/snapd/snaps/snap-store_454.snap
+Where=/snap/snap-store/454
+Type=squashfs
+Options=nodev,ro,x-gdu.hide
+LazyUnmount=yes
+
+[Install]
+WantedBy=multi-user.target