The autoinstaller should install ubuntu-minimal and ubuntu-standard.
[invirt/packages/invirt-autoinstaller.git] / common / usr / lib / xen-tools / debian.d / 98-install-base-system
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