From 979b6fb16609f871487d5d77f23731e2d4b7d23d Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 22 Jan 2013 21:45:57 +0100 Subject: [PATCH] hooks/common.sh: installDebianPackage no more installs recommends --- debian/changelog | 1 + hooks/common.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 80b990f..136c4cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low on Ubuntu Intrepid and newer (Hopefully closes: #640099, LP #839492) - Installs a legacy grub in all pygrub based Debian/Ubuntu DomUs to be able to update the menu.list automatically. + - hooks/common.sh: installDebianPackage no more installs recommends. - hooks/common.sh: Rename installCentOS4Package to installRPMPackage. Add installCentOS4Package wrapper for backward compatibility. - Fix filesystem tools installation in 91-install-fs-tools (which was diff --git a/hooks/common.sh b/hooks/common.sh index 59c587f..61b64f6 100755 --- a/hooks/common.sh +++ b/hooks/common.sh @@ -98,7 +98,7 @@ installDebianPackage () # # Install the packages # - DEBIAN_FRONTEND=noninteractive chroot ${prefix} /usr/bin/apt-get --yes --force-yes install "$@" + DEBIAN_FRONTEND=noninteractive chroot ${prefix} /usr/bin/apt-get --yes --force-yes --no-install-recommends install "$@" # # Remove the policy-rc.d script. -- 2.39.5