From d377e38823d06d8e79341fba44ce8ea9c42daff6 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Tue, 25 Mar 2008 14:47:17 +0100 Subject: 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. --- scripts/init-top/framebuffer | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/init-top/framebuffer') 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 -- cgit v1.2.3