[SCM] live-build branch, debian-old-2.0, updated. debian/2.0.1-1-4-g514d391
Daniel Baumann
daniel at debian.org
Mon Sep 27 08:26:36 UTC 2010
The following commit has been merged in the debian-old-2.0 branch:
commit 514d391b3f8f8d467868c02790d2a37a152e8302
Author: Daniel Baumann <daniel at debian.org>
Date: Mon Sep 27 10:26:22 2010 +0200
Adding temporary workarounds to deal with latest archive breakages in image autobuild script.
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 843db47..f91ec58 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} \
--
live-build
More information about the debian-live-changes
mailing list