summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/init-top/framebuffer9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer
index 2427b47..cb1ea2c 100755
--- a/scripts/init-top/framebuffer
+++ b/scripts/init-top/framebuffer
@@ -86,15 +86,6 @@ if [ -n "${FB}" ]; then
modprobe ${FB} ${OPTS}
fi
-if [ -e /proc/fb ]; then
- while read fbno desc; do
- if [ $(($fbno < 32)) ]; then
- mknod /dev/fb${fbno} c 29 ${fbno}
- fi
- done < /proc/fb
-else
- mknod /dev/fb0 c 29 0
-fi
for i in 0 1 2 3 4 5 6 7 8; do
mknod /dev/tty${i} c 4 ${i}
done