In my rcS.log, I always have :

Press ctrl-c to interrupt FAI and to get a shell
Usage: openvt [-c vtnumber] [-l] [-u] [-s] [-v] [-w] -- command_line
Usage: openvt [-c vtnumber] [-l] [-u] [-s] [-v] [-w] -- command_line

and then I cannot have virtual TTY...

The code
    [ "$createvt" ] && {
        # create two virtual terminals
        echo "Press ctrl-c to interrupt FAI and to get a shell"
        openvt -c2; openvt -c3
        trap 'echo "You can reboot with faireboot";bash' INT QUIT

looks OK.

Is there another openvt than the expected one ? Is someone playing with IFS ?

Strange...
-- 
    Ronan KERYELL              |\/
    Labo Informatique T�l�com  |/)  Tel:    (+33|0) 2.29.00.14.15
    ENST Bretagne, BP832       K    Fax:    (+33|0) 2.29.00.12.82
    29285 PLOUZANE CEDEX       |\   E-mail: [EMAIL PROTECTED]
    FRANCE                     | \  http://www-info.enst-bretagne.fr/~keryell

Reply via email to