Use APT::Install-Recommends to disable installation of recommends for Etch
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
8d241680ca
commit
bb68e30166
|
@ -34,7 +34,7 @@ Install_package ()
|
||||||
then
|
then
|
||||||
case "${LH_APT}" in
|
case "${LH_APT}" in
|
||||||
apt|apt-get)
|
apt|apt-get)
|
||||||
Chroot "apt-get install --no-install-recommends --yes ${PACKAGES}"
|
Chroot "apt-get install -o APT::Install-Recommends=false --yes ${PACKAGES}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
aptitude)
|
aptitude)
|
||||||
|
|
Loading…
Reference in New Issue