From 1d2965f3aef41252ee6b66e5768bf298466558b9 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 26 Jul 2009 23:00:11 -0400 Subject: [PATCH] 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 --- .../lib/xen-tools/debian.d/95-install-base-system | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 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 -- 1.7.9.5