diff options
author | Daniel Baumann <daniel@debian.org> | 2012-04-11 09:00:42 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-04-11 09:01:24 +0200 |
commit | 02a0e0b64fb8e6315338ec43ea670d3cfe44cf40 (patch) | |
tree | 4a4dca2ea8ecdae1d02e0fbb0d76152cdf28351c /scripts/build/lb_bootstrap_debootstrap | |
parent | 73682ba57a827fab38b8019a35b6d4d8f3cb32d8 (diff) | |
download | vyos-live-build-02a0e0b64fb8e6315338ec43ea670d3cfe44cf40.tar.gz vyos-live-build-02a0e0b64fb8e6315338ec43ea670d3cfe44cf40.zip |
Temporarily including bzip2 manually when bootstrapping until #657560 has been fixed in unstable.
Diffstat (limited to 'scripts/build/lb_bootstrap_debootstrap')
-rwxr-xr-x | scripts/build/lb_bootstrap_debootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
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 |