auto mount plugged disks in slax

This commit is contained in:
TomasM
2017-12-24 03:27:37 -05:00
parent 6532e6f566
commit f868d18dc1
4 changed files with 199 additions and 7 deletions
@@ -0,0 +1,2 @@
# we don't care about loop* and ram* devices
KERNEL=="[!lr]*", SUBSYSTEM=="block", RUN+="/sbin/udev-fstab-update %r/%k"