]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
hooks/common.sh: installDebianPackage no more installs recommends
authorAxel Beckert <abe@deuxchevaux.org>
Tue, 22 Jan 2013 20:45:57 +0000 (21:45 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 24 Jan 2013 22:07:56 +0000 (23:07 +0100)
debian/changelog
hooks/common.sh

index 80b990fb0f30775055afb52c573e19804e193e82..136c4cb3bd4f4f8d95f8e5e42944e62de6850200 100644 (file)
@@ -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
index 59c587f91c053766a56668e1ddef0e3afe950cc9..61b64f6d6981aa7ed168a87dc9d6e228642484bc 100755 (executable)
@@ -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.