Adding /dev/tty to the stage1, so 'more' and 'less' now page well.
svn path=/nixos/trunk/; revision=33006
This commit is contained in:
parent
ee163c2c80
commit
3c0fdaf877
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user