diff options
author | maximilian attems <max@stro.at> | 2008-03-25 14:47:17 +0100 |
---|---|---|
committer | maximilian attems <max@stro.at> | 2008-03-25 14:47:17 +0100 |
commit | d377e38823d06d8e79341fba44ce8ea9c42daff6 (patch) | |
tree | d5015880ab9fb66f25a54279f2b13449dbc19790 /scripts | |
parent | 0aec8b0c22b7622841c4ab7a3b492b4d2657456f (diff) | |
download | initramfs-tools-d377e38823d06d8e79341fba44ce8ea9c42daff6.tar.gz initramfs-tools-d377e38823d06d8e79341fba44ce8ea9c42daff6.zip |
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')
-rwxr-xr-x | scripts/init-top/framebuffer | 4 |
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 |