From 3c0fdaf877c804e6a620e9893773d7d1de52900f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 11 Mar 2012 23:04:29 +0000 Subject: [PATCH] Adding /dev/tty to the stage1, so 'more' and 'less' now page well. svn path=/nixos/trunk/; revision=33006 --- modules/system/boot/stage-1-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/boot/stage-1-init.sh b/modules/system/boot/stage-1-init.sh index e1341d50bcf3..299a9f8a08f8 100644 --- a/modules/system/boot/stage-1-init.sh +++ b/modules/system/boot/stage-1-init.sh @@ -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