Install a more complete base system on Debian by installing packages 0.0.10
authorEvan Broder <broder@mit.edu>
Sun, 15 Feb 2009 02:30:42 +0000 (21:30 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 15 Feb 2009 02:30:42 +0000 (21:30 -0500)
of standard priority or higher.

svn path=/trunk/packages/invirt-autoinstaller/; revision=2117

common/usr/lib/xen-tools/debian.d/98-install-base-system
debian/changelog

index 78ef7f0..205b48a 100755 (executable)
@@ -20,6 +20,14 @@ logMessage Script $0 starting
 installDebianPackage ${prefix} ubuntu-minimal
 installDebianPackage ${prefix} ubuntu-standard
 
 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
 #
 #
 # Log our finish
 #
index b130fe2..819f33d 100644 (file)
@@ -1,8 +1,9 @@
 invirt-autoinstaller (0.0.10) unstable; urgency=low
 
   * Serial consoles are supposed to run at 115200 baud, not 115300.
 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
 
 
 invirt-autoinstaller (0.0.9) unstable; urgency=low