diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-24 13:45:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-25 06:05:30 +0000 |
commit | 7945f609e9ae56b62164aac68519a2b148bd43f3 (patch) | |
tree | 45297dec6eb8ec5a0fe56d6360fe2580cb33f82c /main/busybox-initscripts/mdev.conf | |
parent | 8b29ce3cf9a7ae91c08bfe1b7f62839bd657745d (diff) | |
download | aports-7945f609e9ae56b62164aac68519a2b148bd43f3.tar.bz2 aports-7945f609e9ae56b62164aac68519a2b148bd43f3.tar.xz |
main/busybox-initscripts: load fbcon with framebuffer dev
When a frambuffer device shows up we want a framebuffer console
fixes #622
(cherry picked from commit f1f9a3a857cccd09b42ac4e29cf0aa9782b7de76)
Diffstat (limited to 'main/busybox-initscripts/mdev.conf')
-rw-r--r-- | main/busybox-initscripts/mdev.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/busybox-initscripts/mdev.conf b/main/busybox-initscripts/mdev.conf index 96acc40f55..430e306ae7 100644 --- a/main/busybox-initscripts/mdev.conf +++ b/main/busybox-initscripts/mdev.conf @@ -19,7 +19,8 @@ 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 - +# load frambuffer console when first frambuffer is found +fb0 root:video 0660 @modprobe fbcon fd0 root:floppy 0660 kmem root:root 0640 |