diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-17 12:58:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | c5eea87b9c39c0c0289c085087431ed3202b0f25 (patch) | |
tree | 0809dedfce4ba2b57bd204bdd6eab85e6c65279e /examples/cron | |
parent | 5d970f543638ba6218426e0a94f11e9a78d97c2c (diff) | |
download | vyos-live-build-c5eea87b9c39c0c0289c085087431ed3202b0f25.tar.gz vyos-live-build-c5eea87b9c39c0c0289c085087431ed3202b0f25.zip |
Building snapshot images with --apt-recommends disabled.
Diffstat (limited to 'examples/cron')
-rwxr-xr-x | examples/cron/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cron/build.sh b/examples/cron/build.sh index 0855a06a4..9a5703557 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 |