mirror of
https://github.com/sheumann/hush.git
synced 2025-01-16 09:30:29 +00:00
tweak mdev_fat.conf example
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
bf40f564ae
commit
44f8d01399
@ -7,11 +7,14 @@
|
|||||||
# instead of the default 0:0 660.
|
# instead of the default 0:0 660.
|
||||||
#
|
#
|
||||||
# Syntax:
|
# Syntax:
|
||||||
# devicename_regex user:group mode [>|=path] [@|$|*command args...]
|
# devicename_regex user:group mode [>|=path] [@|$|*cmd args...]
|
||||||
#
|
#
|
||||||
# =: move, >: move and create a symlink
|
# =: move, >: move and create a symlink
|
||||||
# @|$|*: run $cmd on delete, @cmd on create, *cmd on both
|
# @|$|*: 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 may already exist; therefore ownership has to be changed with command
|
||||||
null root:root 666 @chmod 666 $MDEV
|
null root:root 666 @chmod 666 $MDEV
|
||||||
zero root:root 666
|
zero root:root 666
|
||||||
|
Loading…
x
Reference in New Issue
Block a user