daily autocommit
parent
e4adf254bd
commit
1be3d8f5b5
@ -0,0 +1 @@
|
||||
/etc/systemd/system/snap-core20-1626.mount
|
@ -0,0 +1 @@
|
||||
/etc/systemd/system/snap-retroarch-1735.mount
|
@ -0,0 +1 @@
|
||||
/etc/systemd/system/snap-core-13890.mount
|
@ -0,0 +1 @@
|
||||
/etc/systemd/system/snap-core20-1626.mount
|
@ -0,0 +1 @@
|
||||
/etc/systemd/system/snap-retroarch-1735.mount
|
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Mount unit for core, revision 13890
|
||||
Before=snapd.service
|
||||
|
||||
[Mount]
|
||||
What=/var/lib/snapd/snaps/core_13890.snap
|
||||
Where=/snap/core/13890
|
||||
Type=squashfs
|
||||
Options=nodev,ro,x-gdu.hide
|
||||
LazyUnmount=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Mount unit for core20, revision 1626
|
||||
Before=snapd.service
|
||||
After=zfs-mount.service
|
||||
|
||||
[Mount]
|
||||
What=/var/lib/snapd/snaps/core20_1626.snap
|
||||
Where=/snap/core20/1626
|
||||
Type=squashfs
|
||||
Options=nodev,ro,x-gdu.hide,x-gvfs-hide
|
||||
LazyUnmount=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target multi-user.target
|
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Mount unit for retroarch, revision 1735
|
||||
Before=snapd.service
|
||||
After=zfs-mount.service
|
||||
|
||||
[Mount]
|
||||
What=/var/lib/snapd/snaps/retroarch_1735.snap
|
||||
Where=/snap/retroarch/1735
|
||||
Type=squashfs
|
||||
Options=nodev,ro,x-gdu.hide,x-gvfs-hide
|
||||
LazyUnmount=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target multi-user.target
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,32 @@
|
||||
# This file is automatically generated.
|
||||
# joystick
|
||||
KERNEL=="event[0-9]*", SUBSYSTEM=="input", ENV{ID_INPUT_JOYSTICK}=="1", TAG+="snap_retroarch_retroarch"
|
||||
# joystick
|
||||
KERNEL=="full", SUBSYSTEM=="mem", TAG+="snap_retroarch_retroarch"
|
||||
# joystick
|
||||
KERNEL=="js[0-9]*", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="dma_buf_te", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="galcore", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="mali[0-9]*", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="nvhost-*", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="nvmap", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="pvr_sync", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="renderD[0-9]*", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="tegra_dc_[0-9]*", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="tegra_dc_ctrl", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="vchiq", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
KERNEL=="vcsm-cma", TAG+="snap_retroarch_retroarch"
|
||||
# opengl
|
||||
SUBSYSTEM=="drm", KERNEL=="card[0-9]*", TAG+="snap_retroarch_retroarch"
|
||||
TAG=="snap_retroarch_retroarch", RUN+="/usr/lib/snapd/snap-device-helper $env{ACTION} snap_retroarch_retroarch $devpath $major:$minor"
|
Loading…
Reference in New Issue