From: Evan Broder Date: Sun, 1 Feb 2009 04:02:20 +0000 (-0500) Subject: The autoinstaller should install ubuntu-minimal and ubuntu-standard. X-Git-Tag: 0.0.9~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/164cca4579db52247161d2089ce34e897194e262?hp=65040caed33a678e99caa691a99c5ad9abf19cee The autoinstaller should install ubuntu-minimal and ubuntu-standard. svn path=/trunk/packages/invirt-autoinstaller/; revision=2073 --- 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.