diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-30 07:05:51 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:32 +0100 |
commit | 433cfeff9ea066d616746cae025d838352ed119e (patch) | |
tree | 68970b1eb9fc383c221921db194981a166b092aa /examples | |
parent | fc4cae9389733ba2a40604232f94c5f30d3b7c50 (diff) | |
download | vyos-live-build-433cfeff9ea066d616746cae025d838352ed119e.tar.gz vyos-live-build-433cfeff9ea066d616746cae025d838352ed119e.zip |
Adding temporary workarounds to deal with latest archive breakages in image autobuild script.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/images.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index 843db476e..f91ec585c 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -104,6 +104,10 @@ Set_defaults () wget -c http://ftp.debian.org/debian/pool/main/l/live-installer/live-installer_${LIVE_INSTALLER}.dsc wget -c http://ftp.debian.org/debian/pool/main/l/live-installer/live-installer_${LIVE_INSTALLER}.tar.gz wget -c http://ftp.debian.org/debian/pool/main/l/live-installer/live-installer_${LIVE_INSTALLER}_${ARCHITECTURE}.udeb + wget -c http://ftp.debian.org/debian/pool/main/b/base-installer/base-installer_1.113.dsc + wget -c http://ftp.debian.org/debian/pool/main/b/base-installer/base-installer_1.113.tar.gz + wget -c http://ftp.debian.org/debian/pool/main/b/base-installer/base-installer_1.113_all.udeb + wget -c http://ftp.debian.org/debian/pool/main/b/base-installer/bootstrap-base_1.113_${ARCHITECTURE}.udeb fi cd - @@ -150,6 +154,7 @@ do lb config \ --apt-recommends ${APT_RECOMMENDS} \ --binary-indices ${BINARY_INDICES} \ + --bootstrap cdebootstrap \ --cache-stages "bootstrap rootfs" \ --debian-installer ${DEBIAN_INSTALLER} \ --debian-installer-distribution ${DEBIAN_INSTALLER_DISTRIBUTION} \ |