From: Evan Broder Date: Sun, 15 Feb 2009 02:30:42 +0000 (-0500) Subject: Install a more complete base system on Debian by installing packages X-Git-Tag: 0.0.10^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/34adc90e7e1be9fb5c1999d8019eb307983238e3?hp=0173b55818218871181f9e5c2da0117a8f31f429 Install a more complete base system on Debian by installing packages of standard priority or higher. svn path=/trunk/packages/invirt-autoinstaller/; revision=2117 --- 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 index 78ef7f0..205b48a 100755 --- a/common/usr/lib/xen-tools/debian.d/98-install-base-system +++ b/common/usr/lib/xen-tools/debian.d/98-install-base-system @@ -20,6 +20,14 @@ logMessage Script $0 starting installDebianPackage ${prefix} ubuntu-minimal installDebianPackage ${prefix} ubuntu-standard +# For Debian, there is no metapackage, but we can pull in the +# equivalent based on package priority +# +# (On Ubuntu Hardy, this will additionally pull in libdns32, libisc32, +# and nfs-common, which seems fairly benign +installDebianPackage ${prefix} aptitude +chroot ${prefix} aptitude install '~prequired|~pimportant|~pstandard' + # # Log our finish # diff --git a/debian/changelog b/debian/changelog index b130fe2..819f33d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ invirt-autoinstaller (0.0.10) unstable; urgency=low * Serial consoles are supposed to run at 115200 baud, not 115300. + * Install a more complete base system on Debian. - -- Evan Broder Sat, 14 Feb 2009 20:44:27 -0500 + -- Evan Broder Sat, 14 Feb 2009 21:29:07 -0500 invirt-autoinstaller (0.0.9) unstable; urgency=low