Install a more complete base system on Debian by installing packages
[invirt/packages/invirt-autoinstaller.git] / common / usr / lib / xen-tools / debian.d / 98-install-base-system
index 78ef7f0..205b48a 100755 (executable)
@@ -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
 #