start udev in guest autoinstaller sipb-xen-autoinstaller/2.10
authorGreg Price <price@mit.edu>
Mon, 20 Oct 2008 01:28:10 +0000 (21:28 -0400)
committerGreg Price <price@mit.edu>
Mon, 20 Oct 2008 01:28:10 +0000 (21:28 -0400)
also change 'noinstall' to 'noinstall=' because that's what remote passes

svn path=/trunk/packages/sipb-xen-autoinstaller/; revision=1148

debian/changelog
guest/etc/init.d/rcS.sipb-xen

index db0230a..b806d86 100644 (file)
@@ -1,8 +1,11 @@
 sipb-xen-autoinstaller (2.10) unstable; urgency=low
 
   * Hide misleading harmless error message from dmsetup
+  * Start udev in guest, so /dev/hda[12] appear automatically
+  * understand 'noinstall=' rather than 'noinstall', so validator on
+    remote accepts it
 
- -- Greg Price <price@mit.edu>  Sun, 19 Oct 2008 20:12:21 -0400
+ -- Greg Price <price@mit.edu>  Sun, 19 Oct 2008 21:26:31 -0400
 
 sipb-xen-autoinstaller (2.9) unstable; urgency=low
 
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