From e4928dc223c937cbb2c92f4faeaae18330d2bce6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 3 Jun 2011 11:10:32 +0200 Subject: Removing unused and not really usefull bootstrap-script option (Closes: #603114). This option was not used anyway, and, it's actually not much of the business of live-build anyway. People for custom distributions that can not use the debian default scripts ship their own patched debootstrap, and then you don't need the option anymore. --- scripts/build/lb_bootstrap_cdebootstrap | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/build/lb_bootstrap_cdebootstrap') diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap index 0c621cde4..42031acf2 100755 --- a/scripts/build/lb_bootstrap_cdebootstrap +++ b/scripts/build/lb_bootstrap_cdebootstrap @@ -58,11 +58,6 @@ then CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURES}" fi -if [ -n "${LB_BOOTSTRAP_CONFIG}" ] -then - CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --suite-config=${LB_BOOTSTRAP_CONFIG}" -fi - if [ -n "${LB_BOOTSTRAP_INCLUDE}" ] then CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --include=$(echo ${LB_BOOTSTRAP_INCLUDE} | sed 's| *|,|g')" -- cgit v1.2.3