1
0
mirror of synced 2026-04-14 23:37:56 +00:00

hooks/common.sh: installDebianPackage no more installs recommends

This commit is contained in:
Axel Beckert
2013-01-22 21:45:57 +01:00
parent 57c7d13c48
commit 979b6fb166
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View 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

View File

@@ -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.