hooks/common.sh: installDebianPackage no more installs recommends
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user