diff options
Diffstat (limited to 'main/busybox-initscripts/mdev.conf')
-rw-r--r-- | main/busybox-initscripts/mdev.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/busybox-initscripts/mdev.conf b/main/busybox-initscripts/mdev.conf index 69016ddf4c..ff4d4bb3b7 100644 --- a/main/busybox-initscripts/mdev.conf +++ b/main/busybox-initscripts/mdev.conf @@ -16,9 +16,8 @@ random root:root 0666 urandom root:root 0444 hwrandom root:root 0660 -# console does already exist; therefore ownership has to be changed with command -#console root:tty 0600 @chmod 600 $MDEV && mkdir -p vc && ln -sf ../$MDEV vc/0 -console root:tty 0600 @mkdir -pm 755 fd && cd fd && for x in 0 1 2 3 ; do ln -sf /proc/self/fd/$x $x; done +console root:tty 0600 + # load frambuffer console when first frambuffer is found fb0 root:video 0660 @modprobe fbcon |