In invirt-autoinstaller: 0.0.30
authorEvan Broder <broder@mit.edu>
Mon, 27 Jul 2009 03:00:11 +0000 (23:00 -0400)
committerEvan Broder <broder@mit.edu>
Mon, 27 Jul 2009 03:00:11 +0000 (23:00 -0400)
  * When we're installing the world, be sure to block debconf prompts from
    coming up.

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

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

index d6737ae..9d6fb8f 100755 (executable)
@@ -32,7 +32,7 @@ installDebianPackage ${prefix} aptitude
 logMessage "Installing Debian standard system to prefix ${prefix}"
 echo -e '#!/bin/bash\nexit 101\n' > ${prefix}/usr/sbin/policy-rc.d
 chmod +x ${prefix}/usr/sbin/policy-rc.d
 logMessage "Installing Debian standard system to prefix ${prefix}"
 echo -e '#!/bin/bash\nexit 101\n' > ${prefix}/usr/sbin/policy-rc.d
 chmod +x ${prefix}/usr/sbin/policy-rc.d
-chroot ${prefix} aptitude -y install '~prequired|~pimportant|~pstandard'
+chroot ${prefix} env DEBIAN_FRONTEND=noninteractive aptitude -y install '~prequired|~pimportant|~pstandard'
 rm -f {$prefix}/usr/sbin/policy-rc.d
 
 
 rm -f {$prefix}/usr/sbin/policy-rc.d
 
 
index 6c4e299..d9a3187 100644 (file)
@@ -1,3 +1,10 @@
+invirt-autoinstaller (0.0.30) unstable; urgency=low
+
+  * When we're installing the world, be sure to block debconf prompts from
+    coming up.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 26 Jul 2009 19:59:01 -0700
+
 invirt-autoinstaller (0.0.29) unstable; urgency=low
 
   * Be more specific when replacing root= lines with UUID equivalents in
 invirt-autoinstaller (0.0.29) unstable; urgency=low
 
   * Be more specific when replacing root= lines with UUID equivalents in