diff options
Diffstat (limited to 'main/busybox-initscripts/mdev.conf')
-rw-r--r-- | main/busybox-initscripts/mdev.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/busybox-initscripts/mdev.conf b/main/busybox-initscripts/mdev.conf index 3933528ff..7b5cc4595 100644 --- a/main/busybox-initscripts/mdev.conf +++ b/main/busybox-initscripts/mdev.conf @@ -6,6 +6,8 @@ # Syntax: %s %d:%d %s # devices user:group mode +$MODALIAS=.* root:root 0660 @modprobe -b "$MODALIAS" + # null does already exist; therefore ownership has to be changed with command null root:root 0666 @chmod 666 $MDEV zero root:root 0666 |