The autoinstaller should install ubuntu-minimal and ubuntu-standard.
authorEvan Broder <broder@mit.edu>
Sun, 1 Feb 2009 04:02:20 +0000 (23:02 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 1 Feb 2009 04:02:20 +0000 (23:02 -0500)
svn path=/trunk/packages/invirt-autoinstaller/; revision=2073

common/usr/lib/xen-tools/debian.d/98-install-base-system [new file with mode: 0755]
common/usr/lib/xen-tools/edgy.d/98-install-base-system [new symlink]
debian/changelog

diff --git a/common/usr/lib/xen-tools/debian.d/98-install-base-system b/common/usr/lib/xen-tools/debian.d/98-install-base-system
new file mode 100755 (executable)
index 0000000..78ef7f0
--- /dev/null
@@ -0,0 +1,26 @@
+#!/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
diff --git a/common/usr/lib/xen-tools/edgy.d/98-install-base-system b/common/usr/lib/xen-tools/edgy.d/98-install-base-system
new file mode 120000 (symlink)
index 0000000..e8c5cb9
--- /dev/null
@@ -0,0 +1 @@
+../debian.d/98-install-base-system
\ No newline at end of file
index 2dccb5c..9534dbc 100644 (file)
@@ -1,3 +1,10 @@
+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.