From c5eea87b9c39c0c0289c085087431ed3202b0f25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 17 Apr 2008 12:58:32 +0200 Subject: Building snapshot images with --apt-recommends disabled. --- examples/cron/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cron/build.sh b/examples/cron/build.sh index 0855a06..9a57035 100755 --- a/examples/cron/build.sh +++ b/examples/cron/build.sh @@ -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 -- cgit v1.0