Browse Source

Merge pull request #2 from taziden/patch-1

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

+ 1 - 0
olinux/create_arm_debootstrap.sh

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