X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/blobdiff_plain/164cca4579db52247161d2089ce34e897194e262..725b6c14b8e5bfec225564e2da33bf5eecb6db41:/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 index 78ef7f0..042b554 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 -y install '~prequired|~pimportant|~pstandard' + # # Log our finish #