From 164cca4579db52247161d2089ce34e897194e262 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 31 Jan 2009 23:02:20 -0500 Subject: [PATCH] The autoinstaller should install ubuntu-minimal and ubuntu-standard. svn path=/trunk/packages/invirt-autoinstaller/; revision=2073 --- .../lib/xen-tools/debian.d/98-install-base-system | 26 ++++++++++++++++++++ .../lib/xen-tools/edgy.d/98-install-base-system | 1 + debian/changelog | 7 ++++++ 3 files changed, 34 insertions(+) create mode 100755 common/usr/lib/xen-tools/debian.d/98-install-base-system create mode 120000 common/usr/lib/xen-tools/edgy.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 index 0000000..78ef7f0 --- /dev/null +++ b/common/usr/lib/xen-tools/debian.d/98-install-base-system @@ -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 index 0000000..e8c5cb9 --- /dev/null +++ b/common/usr/lib/xen-tools/edgy.d/98-install-base-system @@ -0,0 +1 @@ +../debian.d/98-install-base-system \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 2dccb5c..9534dbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. -- 1.7.9.5