diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-17 12:58:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-04-17 12:58:32 +0200 |
commit | d9f7a3a9f1b45cf72905db773a527bd897cc9df2 (patch) | |
tree | 0809dedfce4ba2b57bd204bdd6eab85e6c65279e | |
parent | 062a5dfd15670d51147238a33fe3ac8596574a87 (diff) | |
download | vyos-live-build-d9f7a3a9f1b45cf72905db773a527bd897cc9df2.tar.gz vyos-live-build-d9f7a3a9f1b45cf72905db773a527bd897cc9df2.zip |
Building snapshot images with --apt-recommends disabled.
-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 |