Browse Source

create_arm - remove Install-Recommends

Émile Morel 10 years ago
parent
commit
473a2dd3d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      olinux/create_arm_debootstrap.sh

+ 0 - 1
olinux/create_arm_debootstrap.sh

@@ -93,7 +93,6 @@ deb http://ftp.fr.debian.org/debian $DEBIAN_RELEASE main contrib non-free
 deb http://security.debian.org/ $DEBIAN_RELEASE/updates main contrib non-free
 EOT
 cat <<EOT > $TARGET_DIR/etc/apt/apt.conf.d/71-no-recommends
-APT::Install-Recommends "0";
 APT::Install-Suggests "0";
 EOT
 chroot_deb $TARGET_DIR 'apt-get update'