From 44f8d013994c20a53836a8768bd488130c7df9bc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 7 Nov 2009 18:21:03 +0100 Subject: tweak mdev_fat.conf example Signed-off-by: Denys Vlasenko --- examples/mdev_fat.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/mdev_fat.conf b/examples/mdev_fat.conf index 9ac333608..8b9463603 100644 --- a/examples/mdev_fat.conf +++ b/examples/mdev_fat.conf @@ -7,11 +7,14 @@ # instead of the default 0:0 660. # # Syntax: -# devicename_regex user:group mode [>|=path] [@|$|*command args...] +# devicename_regex user:group mode [>|=path] [@|$|*cmd args...] # # =: move, >: move and create a symlink # @|$|*: run $cmd on delete, @cmd on create, *cmd on both +# support module loading on hotplug +$MODALIAS=.* root:root 660 @modprobe "$MODALIAS" + # null may already exist; therefore ownership has to be changed with command null root:root 666 @chmod 666 $MDEV zero root:root 666 -- cgit v1.2.3