summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build/lb_bootstrap_cdebootstrap3
-rwxr-xr-xscripts/build/lb_bootstrap_debootstrap3
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap
index 2bf892d65..4b439d3e1 100755
--- a/scripts/build/lb_bootstrap_cdebootstrap
+++ b/scripts/build/lb_bootstrap_cdebootstrap
@@ -52,6 +52,9 @@ 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
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index 3aeed80f5..b83ee0231 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -52,6 +52,9 @@ Create_lockfile .lock
# Creating chroot directory
mkdir -p chroot
+# Temporarily including bzip2 manually until #657560 has been fixed in unstable
+DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --include=bzip2"
+
# Setting debootstrap options
if [ -n "${LB_ARCHITECTURES}" ]
then