Removing workaround for #657560 where we had to temporarily include bzip2 into the bootstrapped chroot to avoid sids apt failing on mirrors with bzip2 indices only.
This commit is contained in:
parent
9a33f681fa
commit
2eaa6eeb71
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue