summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap_cdebootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-26 10:58:48 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-26 10:58:54 +0200
commit2eaa6eeb7176db8400baa04297697f5eda35ecc1 (patch)
tree46535bb140923000f494c9dca1a043c5b07d6685 /scripts/build/bootstrap_cdebootstrap
parent9a33f681fa4fa7a7271ae244dd7812ff40d3e417 (diff)
downloadvyos-live-build-2eaa6eeb7176db8400baa04297697f5eda35ecc1.tar.gz
vyos-live-build-2eaa6eeb7176db8400baa04297697f5eda35ecc1.zip
Removing workaround for #657560 where we had to temporarily include bzip2 into the bootstrapped chroot to avoid sids apt failing on mirrors with bzip2 indices only.
Diffstat (limited to 'scripts/build/bootstrap_cdebootstrap')
-rwxr-xr-xscripts/build/bootstrap_cdebootstrap3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap
index 3c8843e2b..0f8ba956b 100755
--- a/scripts/build/bootstrap_cdebootstrap
+++ b/scripts/build/bootstrap_cdebootstrap
@@ -60,9 +60,6 @@ Create_lockfile .lock
# Creating chroot directory
mkdir -p chroot
-# Temporarily including bzip2 manually until #657560 has been fixed in unstable
-CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --include=bzip2"
-
# Setting cdebootstrap options
if [ -n "${LB_ARCHITECTURES}" ]
then