From: Evan Broder <broder@mit.edu>
Date: Mon, 27 Jul 2009 03:00:11 +0000 (-0400)
Subject: In invirt-autoinstaller:
X-Git-Tag: 0.0.30^0
X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/1d2965f3aef41252ee6b66e5768bf298466558b9

In invirt-autoinstaller:
  * When we're installing the world, be sure to block debconf prompts from
    coming up.

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

diff --git a/common/usr/lib/xen-tools/debian.d/95-install-base-system b/common/usr/lib/xen-tools/debian.d/95-install-base-system
index d6737ae..9d6fb8f 100755
--- a/common/usr/lib/xen-tools/debian.d/95-install-base-system
+++ b/common/usr/lib/xen-tools/debian.d/95-install-base-system
@@ -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
-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
 
 
diff --git a/debian/changelog b/debian/changelog
index 6c4e299..d9a3187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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