svn path=/trunk/packages/invirt-autoinstaller/; revision=2073
--- /dev/null
+#!/bin/sh
+#
+# This script installs the sort of things you expect on an Ubuntu
+# system
+#
+
+prefix=$1
+
+#
+# Source the common functions
+#
+if [ -e /usr/lib/xen-tools/common.sh ]; then
+ . /usr/lib/xen-tools/common.sh
+else
+ . ./hooks/common.sh
+fi
+
+logMessage Script $0 starting
+
+installDebianPackage ${prefix} ubuntu-minimal
+installDebianPackage ${prefix} ubuntu-standard
+
+#
+# Log our finish
+#
+logMessage Script $0 finished
--- /dev/null
+../debian.d/98-install-base-system
\ No newline at end of file
+invirt-autoinstaller (0.0.8) unstable; urgency=low
+
+ * Actually install a useful base system by pulling in ubuntu-minimal and
+ ubuntu-standard (sorry, Debian).
+
+ -- Evan Broder <broder@mit.edu> Sat, 31 Jan 2009 22:51:00 -0500
+
invirt-autoinstaller (0.0.7) unstable; urgency=low
* Add a script to update the autoinstaller disk from a host.