Signed-off-by: Cyril Brulebois <cyril.bruleb...@kerlabs.com> --
Comment: While browsing generated config/* to see what I may want to tweak using lh_config parameters, I noticed that in config/bootstrap, most of the items are empty, and their Default is empty as well. That's not the case for LH_BOOTSTRAP_FLAVOUR and I can't really see why, given its value is only set if it is specified on the command-line, and there's no autodetection happening. That's mostly for consistency. For reference, config/bootstrap excerpt: | # $LH_BOOTSTRAP_INCLUDE: include packages on base | # (Default: empty) | LH_BOOTSTRAP_INCLUDE="" | | # $LH_BOOTSTRAP_EXCLUDE: exclude packages on base | # (Default: empty) | LH_BOOTSTRAP_EXCLUDE="" | | # $LH_BOOTSTRAP_FLAVOUR: select flavour to use | # (Default: ) | LH_BOOTSTRAP_FLAVOUR="" | Also, I may just be missing a point. :) --- helpers/lh_config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/helpers/lh_config b/helpers/lh_config index 5e4f70b..b720f0c 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -892,7 +892,7 @@ LH_BOOTSTRAP_INCLUDE="${LH_BOOTSTRAP_INCLUDE}" LH_BOOTSTRAP_EXCLUDE="${LH_BOOTSTRAP_EXCLUDE}" # \$LH_BOOTSTRAP_FLAVOUR: select flavour to use -# (Default: ${LH_BOOTSTRAP_FLAVOUR}) +# (Default: empty) LH_BOOTSTRAP_FLAVOUR="${LH_BOOTSTRAP_FLAVOUR}" # \$LH_BOOTSTRAP_KEYRING: set distribution keyring -- 1.6.0.4 -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org