From 7c7bfe25e6f56403f158f2b803d7a647a00f028e Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 15 Feb 2009 03:54:24 -0500 Subject: [PATCH] Need to pass -y to aptitude. svn path=/trunk/packages/invirt-autoinstaller/; revision=2128 --- .../lib/xen-tools/debian.d/98-install-base-system | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/common/usr/lib/xen-tools/debian.d/98-install-base-system b/common/usr/lib/xen-tools/debian.d/98-install-base-system index 205b48a..042b554 100755 --- a/common/usr/lib/xen-tools/debian.d/98-install-base-system +++ b/common/usr/lib/xen-tools/debian.d/98-install-base-system @@ -26,7 +26,7 @@ installDebianPackage ${prefix} ubuntu-standard # (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' +chroot ${prefix} aptitude -y install '~prequired|~pimportant|~pstandard' # # Log our finish diff --git a/debian/changelog b/debian/changelog index 6651155..b37b148 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-autoinstaller (0.0.13) unstable; urgency=low + + * Don't hang indefinitely waiting for input from a user that can't talk + to you. + + -- Evan Broder Sun, 15 Feb 2009 03:54:10 -0500 + invirt-autoinstaller (0.0.12) unstable; urgency=low * TTANTS: Conflicts. Depends. -- 1.7.9.5