Adding /dev/tty to the stage1, so 'more' and 'less' now page well.

svn path=/nixos/trunk/; revision=33006
This commit is contained in:
Lluís Batlle i Rossell 2012-03-11 23:04:29 +00:00
parent ee163c2c80
commit 3c0fdaf877

View file

@ -70,6 +70,7 @@ mount -t tmpfs -o "mode=0755,size=@runSize@" none /run
# Some console devices, for the interactivity
mknod /dev/console c 5 1
mknod /dev/tty c 5 0
mknod /dev/tty1 c 4 1
mknod /dev/ttyS0 c 4 64
mknod /dev/ttyS1 c 4 65