init
This commit is contained in:
1
udev/99-kindle-mount.rules
Normal file
1
udev/99-kindle-mount.rules
Normal file
@ -0,0 +1 @@
|
||||
ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd[a-d][0-9]", ENV{ID_FS_UUID}=="386D-51FE", RUN+="/usr/bin/systemd-mount --automount=yes --no-block --collect /dev/%k /home/nik/usb/kindle"
|
||||
1
udev/99-rom-mount.rules
Normal file
1
udev/99-rom-mount.rules
Normal file
@ -0,0 +1 @@
|
||||
ACTION=="change", SUBSYSTEM=="block", KERNEL=="sr0", ENV{ID_CDROM_MEDIA}=="1", RUN+="/usr/bin/systemd-mount --automount=yes --no-block --collect --type iso9660 --options ro /dev/sr0 /home/nik/rom"
|
||||
Reference in New Issue
Block a user