diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:26:08 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:26:11 +0200 |
commit | df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a (patch) | |
tree | 2806fdd41ff447fa9423841829f36369854e937e /functions | |
parent | 6cb824c187d60e86d07514a648ee6dec10f47714 (diff) | |
download | vyos-live-build-df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a.tar.gz vyos-live-build-df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a.zip |
Removing bootstrap-flavour option (Closes: #685675).
live-build does too much magic that causes too much effort in
maintaining for stuff that hardly everyone uses.
Rather than 'translating' back and forth and maintaining compatibility
between options of different debootstrap and cdebootstrap versions (and
possibly any other in the future), it's is better to 'off-load' this to
the user.
For non-live specific options passed to the bootstrap tools, we'll
be introducing --debootstrap-options and --cdebootstrap-options
where users can specify their additional options passed to the
respective bootstrap tool, rather than us maintaining them in a
'hardcoded' and selected list.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index e98e181d9..f51acbb7c 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -388,13 +388,6 @@ Set_defaults () # Exclude packages on base # LB_BOOTSTRAP_EXCLUDE - # Setting flavour value - case "${LB_BOOTSTRAP}" in - cdebootstrap) - LB_BOOTSTRAP_FLAVOUR="${LB_BOOTSTRAP_FLAVOUR:-standard}" - ;; - esac - # Setting bootstrap keyring # LB_BOOTSTRAP_KEYRING |