summaryrefslogtreecommitdiff
path: root/scripts/init-top
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2008-03-25 14:47:17 +0100
committermaximilian attems <max@stro.at>2008-03-25 14:47:17 +0100
commitd377e38823d06d8e79341fba44ce8ea9c42daff6 (patch)
treed5015880ab9fb66f25a54279f2b13449dbc19790 /scripts/init-top
parent0aec8b0c22b7622841c4ab7a3b492b4d2657456f (diff)
framebuffer: Leave tty devices for udev too.
udev creates tty devices too, in the case of not using udev, we need to ship more anyway, so no need to worry about that right now.
Diffstat (limited to 'scripts/init-top')
-rwxr-xr-xscripts/init-top/framebuffer4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer
index cb1ea2c..21a6b19 100755
--- a/scripts/init-top/framebuffer
+++ b/scripts/init-top/framebuffer
@@ -85,7 +85,3 @@ if [ -n "${FB}" ]; then
modprobe fbcon
modprobe ${FB} ${OPTS}
fi
-
-for i in 0 1 2 3 4 5 6 7 8; do
- mknod /dev/tty${i} c 4 ${i}
-done