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 | |
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')
-rwxr-xr-x | scripts/build/lb_bootstrap_cdebootstrap | 3 | ||||
-rwxr-xr-x | scripts/build/lb_bootstrap_debootstrap | 3 |
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 |