Ignore:
Timestamp:
Oct 19, 2008, 9:28:10 PM (16 years ago)
Author:
price
Message:

start udev in guest autoinstaller

also change 'noinstall' to 'noinstall=' because that's what remote passes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-autoinstaller/guest/etc/init.d/rcS.sipb-xen

    r1105 r1148  
    1818        export FSSIZE=${x#imagesize=}
    1919        ;;
    20         noinstall)
     20        noinstall=)
    2121        exit 0
    2222        ;;
     
    3232export HOSTNAME=$(hostname)
    3333
     34/etc/init.d/udev start
     35
    3436# args passed through environment rather than as 7 positional args
    3537/usr/sbin/sipb-xen-create-image
Note: See TracChangeset for help on using the changeset viewer.