From ddd0ef9dc024028c4a5da936dc43c71182e9889f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Aug 2012 15:38:27 +0200 Subject: Moving aborting when no bootstrap tool is installed from defaults to the respective bootstrap script. --- functions/defaults.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index b18d46549..4b9efb270 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -165,9 +165,6 @@ Set_defaults () elif [ -x "/usr/bin/cdebootstrap" ] then LB_BOOTSTRAP="cdebootstrap" - else - Echo_error "Cannot find /usr/sbin/debootstrap or /usr/bin/cdebootstrap. Please install debootstrap or cdebootstrap, or specify an alternative bootstrapping utility." - exit 1 fi fi -- cgit v1.2.3