of standard priority or higher.
svn path=/trunk/packages/invirt-autoinstaller/; revision=2117
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
#
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 <broder@mit.edu> Sat, 14 Feb 2009 20:44:27 -0500
+ -- Evan Broder <broder@mit.edu> Sat, 14 Feb 2009 21:29:07 -0500
invirt-autoinstaller (0.0.9) unstable; urgency=low