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. --- functions/defaults.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 49d1c3a48..b1d750dae 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -221,18 +221,6 @@ Set_defaults () ;; esac - # Setting bootstrap program - if [ -z "${LB_BOOTSTRAP}" ] || ( [ ! -x "$(which ${LB_BOOTSTRAP} 2>/dev/null)" ] && [ "${LB_BOOTSTRAP}" != "copy" ] ) - then - if [ -x "/usr/sbin/debootstrap" ] - then - LB_BOOTSTRAP="debootstrap" - elif [ -x "/usr/bin/cdebootstrap" ] - then - LB_BOOTSTRAP="cdebootstrap" - fi - fi - # Setting cache option LB_CACHE="${LB_CACHE:-true}" LB_CACHE_INDICES="${LB_CACHE_INDICES:-false}" -- cgit v1.2.3