3 if [ ! -e /dev
/tty
]; then
4 /bin
/mknod
-m 0666 /dev
/tty c
5 0
7 if ( > /dev
/tty0
) 2>/dev
/null
; then
9 elif ( > /dev
/vc
/0 ) 2>/dev
/null
; then
11 elif ( > /dev
/console
) 2>/dev
/null
; then
17 echo "Please wait: booting..." > $vtmaster