From 5aa245233021ce906ad6bb852601c194f3ee13be Mon Sep 17 00:00:00 2001 From: root Date: Tue, 15 Mar 2022 07:37:38 +0100 Subject: [PATCH] daily autocommit --- .etckeeper | 1 + .../multi-user.target.wants/snap-core-12821.mount | 1 + systemd/system/snap-core-12821.mount | 14 ++++++++++++++ udev/rules.d/70-snap.drawio.rules | 4 ++++ udev/rules.d/70-snap.ferdi.rules | 4 ++++ 5 files changed, 24 insertions(+) create mode 120000 systemd/system/multi-user.target.wants/snap-core-12821.mount create mode 100644 systemd/system/snap-core-12821.mount diff --git a/.etckeeper b/.etckeeper index 9ec1ba6..19b1023 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3034,6 +3034,7 @@ maybe chmod 0755 'systemd/system/rescue.target.wants' maybe chmod 0755 'systemd/system/sleep.target.wants' maybe chmod 0644 'systemd/system/snap-bare-5.mount' maybe chmod 0644 'systemd/system/snap-core-12725.mount' +maybe chmod 0644 'systemd/system/snap-core-12821.mount' maybe chmod 0644 'systemd/system/snap-core18-2253.mount' maybe chmod 0644 'systemd/system/snap-core18-2284.mount' maybe chmod 0644 'systemd/system/snap-drawio-142.mount' diff --git a/systemd/system/multi-user.target.wants/snap-core-12821.mount b/systemd/system/multi-user.target.wants/snap-core-12821.mount new file mode 120000 index 0000000..7391255 --- /dev/null +++ b/systemd/system/multi-user.target.wants/snap-core-12821.mount @@ -0,0 +1 @@ +/etc/systemd/system/snap-core-12821.mount \ No newline at end of file diff --git a/systemd/system/snap-core-12821.mount b/systemd/system/snap-core-12821.mount new file mode 100644 index 0000000..dd51231 --- /dev/null +++ b/systemd/system/snap-core-12821.mount @@ -0,0 +1,14 @@ +[Unit] +Description=Mount unit for core, revision 12821 +Before=snapd.service +After=zfs-mount.service + +[Mount] +What=/var/lib/snapd/snaps/core_12821.snap +Where=/snap/core/12821 +Type=squashfs +Options=nodev,ro,x-gdu.hide,x-gvfs-hide +LazyUnmount=yes + +[Install] +WantedBy=multi-user.target diff --git a/udev/rules.d/70-snap.drawio.rules b/udev/rules.d/70-snap.drawio.rules index 356b11b..46df1b8 100644 --- a/udev/rules.d/70-snap.drawio.rules +++ b/udev/rules.d/70-snap.drawio.rules @@ -1,5 +1,9 @@ # This file is automatically generated. # opengl +KERNEL=="dma_buf_te", TAG+="snap_drawio_drawio" +# opengl +KERNEL=="mali[0-9]*", TAG+="snap_drawio_drawio" +# opengl KERNEL=="nvhost-*", TAG+="snap_drawio_drawio" # opengl KERNEL=="nvmap", TAG+="snap_drawio_drawio" diff --git a/udev/rules.d/70-snap.ferdi.rules b/udev/rules.d/70-snap.ferdi.rules index 2fdef56..6c9d827 100644 --- a/udev/rules.d/70-snap.ferdi.rules +++ b/udev/rules.d/70-snap.ferdi.rules @@ -1,5 +1,9 @@ # This file is automatically generated. # opengl +KERNEL=="dma_buf_te", TAG+="snap_ferdi_ferdi" +# opengl +KERNEL=="mali[0-9]*", TAG+="snap_ferdi_ferdi" +# opengl KERNEL=="nvhost-*", TAG+="snap_ferdi_ferdi" # opengl KERNEL=="nvmap", TAG+="snap_ferdi_ferdi" -- 2.39.5