* When we're installing the world, be sure to block debconf prompts from
coming up.
svn path=/trunk/packages/invirt-autoinstaller/; revision=2365
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
+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