From b814f4e07e392397f5c4eec5981809ccd07d4fad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Dec 2014 22:53:24 +0100 Subject: Dropping cdebootstrap support (Closes: #773657). debootstrap is the official tool to bootstrap debian, cdebootstrap has had the one or other bug making it broken for times during the release cycles. The extra effort of supporting both debootstrap and cdebootstrap is hardly worth it since the bootstrap stage is cached anyway. --- scripts/build/bootstrap_debootstrap | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/build/bootstrap_debootstrap') diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index 76fe32e39..36b441e85 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -24,11 +24,6 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -if [ "${LB_BOOTSTRAP}" != "debootstrap" ] -then - exit 0 -fi - if [ ! -x "$(which debootstrap 2>/dev/null)" ] then echo "E: debootstrap - command not found" -- cgit v1.2.3