start udev in guest autoinstaller
[invirt/packages/invirt-autoinstaller.git] / guest / etc / init.d / rcS.sipb-xen
index 2db4da6..f96dba2 100755 (executable)
@@ -17,7 +17,7 @@ for x; do
        imagesize=*)
        export FSSIZE=${x#imagesize=}
        ;;
-       noinstall)
+       noinstall=)
        exit 0
        ;;
     esac
@@ -31,6 +31,8 @@ export ARCH=${ARCH-amd64}
 export IP=$(ifconfig eth0 | sed -n 's/.*inet addr:\([0-9\.]*\).*/\1/p')
 export HOSTNAME=$(hostname)
 
+/etc/init.d/udev start
+
 # args passed through environment rather than as 7 positional args
 /usr/sbin/sipb-xen-create-image