summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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