From 34adc90e7e1be9fb5c1999d8019eb307983238e3 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 14 Feb 2009 21:30:42 -0500 Subject: [PATCH] Install a more complete base system on Debian by installing packages of standard priority or higher. svn path=/trunk/packages/invirt-autoinstaller/; revision=2117 --- .../lib/xen-tools/debian.d/98-install-base-system | 8 ++++++++ debian/changelog | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- 1.7.9.5