Building snapshot images with --apt-recommends disabled.

This commit is contained in:
Daniel Baumann 2008-04-17 12:58:32 +02:00
parent 062a5dfd15
commit d9f7a3a9f1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ do
rm -rf cache/packages*
rm -rf cache/stages_rootfs
lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --source enabled --mirror-bootstrap http://mirror/ftp.debian.org/debian/ --mirror-chroot http://mirror/ftp.debian.org/debian/ --mirror-chroot-security http://mirror/ftp.debian.org/debian-security/
lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --source enabled --mirror-bootstrap http://mirror/ftp.debian.org/debian/ --mirror-chroot http://mirror/ftp.debian.org/debian/ --mirror-chroot-security http://mirror/ftp.debian.org/debian-security/
if [ "${DISTRIBUTION}" = "sid" ]
then