Changeset 287 for quickinst/quickinst


Ignore:
Timestamp:
10.06.2009 15:59:06 (14 months ago)
Author:
henning
Message:

quickinst: hvc0 term on debian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickinst/quickinst

    r286 r287  
    148148[ $xen ] && { 
    149149        echo · preparing for use in xen. 
     150 
     151                vc=xvc0 
     152 
     153                [ -f /etc/debian_version ] && vc=hvc0 
     154 
    150155                cat <<EOF > etc/inittab 
    151156rc::sysinit:/etc/rc.sysinit 
     
    154159rh:06:wait:/etc/rc.shutdown 
    155160su:S:wait:/sbin/sulogin -p 
    156 c:2345:respawn:/sbin/agetty -8 38400 xvc0 linux 
    157 EOF 
    158                 echo xvc0 > etc/securetty 
     161c:2345:respawn:/sbin/agetty -8 38400 $vc linux 
     162EOF 
     163 
     164                echo $vc > etc/securetty 
    159165} 
    160166 
Note: See TracChangeset for help on using the changeset viewer.