diff options
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 3 | ||||
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 3 |
2 files changed, 0 insertions, 6 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 diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index b0fa09fa1..fedc45e36 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -60,9 +60,6 @@ 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 |