also change 'noinstall' to 'noinstall=' because that's what remote passes
svn path=/trunk/packages/sipb-xen-autoinstaller/; revision=1148
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
imagesize=*)
export FSSIZE=${x#imagesize=}
;;
- noinstall)
+ noinstall=)
exit 0
;;
esac
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