aboutsummaryrefslogtreecommitdiff
path: root/examples/mdev_fat.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-05-19 22:37:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-05-19 22:37:07 +0200
commitaaf827203d3742c6a2768b7c0a26bd494e28ed3f (patch)
tree18048a782fcaefd3419c75512f581b7d2591eea9 /examples/mdev_fat.conf
parent8d118546785bf20963fee979e85fc9393b095082 (diff)
parent044610413767eda4350c5adf35cf5e69a6d6df8f (diff)
downloadbusybox-aaf827203d3742c6a2768b7c0a26bd494e28ed3f.tar.gz
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Diffstat (limited to 'examples/mdev_fat.conf')
-rw-r--r--examples/mdev_fat.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/mdev_fat.conf b/examples/mdev_fat.conf
index df329b4b5..ceba3a797 100644
--- a/examples/mdev_fat.conf
+++ b/examples/mdev_fat.conf
@@ -7,10 +7,14 @@
# instead of the default 0:0 660.
#
# Syntax:
-# [-]devicename_regex user:group mode [>|=path] [@|$|*cmd args...]
+# [-]devicename_regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
+# [-]$ENVVAR=regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
+# [-]@maj,min[-min2] user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
#
+# [-]: do not stop on this match, continue reading mdev.conf
# =: move, >: move and create a symlink
-# @|$|*: run $cmd on delete, @cmd on create, *cmd on both
+# !: do not create device node
+# @|$|*: run cmd if $ACTION=remove, @cmd if $ACTION=add, *cmd in all cases
# support module loading on hotplug
$MODALIAS=.* root:root 660 @modprobe "$MODALIAS"
@@ -49,7 +53,6 @@ sr[0-9]* root:cdrom 660 @ln -sf $MDEV cdrom
fd[0-9]* root:floppy 660
# net devices
--net/.* root:root 600 @nameif
tun[0-9]* root:root 600 =net/
tap[0-9]* root:root 600 =net/