diff options
Diffstat (limited to 'scripts/build/bootstrap_debootstrap')
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 3 |
1 files changed, 0 insertions, 3 deletions
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 |