summaryrefslogtreecommitdiff
path: root/scripts/build/lb_bootstrap_cdebootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-27 14:33:57 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-27 14:33:57 +0200
commitfda74e43074d51b5aabcb898dba623c2d82a5b50 (patch)
tree2d22e66da236a88fe8b9e52e874f14bc19b28c1d /scripts/build/lb_bootstrap_cdebootstrap
parentdf1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a (diff)
downloadvyos-live-build-fda74e43074d51b5aabcb898dba623c2d82a5b50.tar.gz
vyos-live-build-fda74e43074d51b5aabcb898dba623c2d82a5b50.zip
Removing bootstrap-include and bootstrap-exclude options.
Diffstat (limited to 'scripts/build/lb_bootstrap_cdebootstrap')
-rwxr-xr-xscripts/build/lb_bootstrap_cdebootstrap10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap
index 0e75765a8..dc3c1c725 100755
--- a/scripts/build/lb_bootstrap_cdebootstrap
+++ b/scripts/build/lb_bootstrap_cdebootstrap
@@ -61,16 +61,6 @@ then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --arch=${LB_ARCHITECTURES}"
fi
-if [ -n "${LB_BOOTSTRAP_INCLUDE}" ]
-then
- CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --include=$(echo ${LB_BOOTSTRAP_INCLUDE} | sed 's| *|,|g')"
-fi
-
-if [ -n "${LB_BOOTSTRAP_EXCLUDE}" ]
-then
- CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --exclude=$(echo ${LB_BOOTSTRAP_EXCLUDE} | sed 's| *|,|g')"
-fi
-
if [ -n "${LB_BOOTSTRAP_KEYRING}" ]
then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --keyring=${LB_BOOTSTRAP_KEYRING}"