Do not store _QUIET in the configuration file, otherwise the overrides
in the command line get ignored. Adds a documentation line for the other command line options as well.
This commit is contained in:
parent
0e03c34edb
commit
3607219f69
|
@ -996,26 +996,32 @@ LB_TASKSEL="${LB_TASKSEL}"
|
|||
# live-build options
|
||||
|
||||
# \$_BREAKPOINTS: enable breakpoints
|
||||
# If set here, overrides the command line option
|
||||
# (Default: ${_BREAKPOINTS})
|
||||
#_BREAKPOINTS="${_BREAKPOINTS}"
|
||||
|
||||
# \$_DEBUG: enable debug
|
||||
# If set here, overrides the command line option
|
||||
# (Default: ${_DEBUG})
|
||||
#_DEBUG="${_DEBUG}"
|
||||
|
||||
# \$_COLOR: enable color
|
||||
# If set here, overrides the command line option
|
||||
# (Default: ${_COLOR})
|
||||
#_COLOR="${_COLOR}"
|
||||
|
||||
# \$_FORCE: enable force
|
||||
# If set here, overrides the command line option
|
||||
# (Default: ${_FORCE})
|
||||
#_FORCE="${_FORCE}"
|
||||
|
||||
# \$_QUIET: enable quiet
|
||||
# If set here, overrides the command line option
|
||||
# (Default: ${_QUIET})
|
||||
_QUIET="${_QUIET}"
|
||||
#_QUIET="${_QUIET}"
|
||||
|
||||
# \$_VERBOSE: enable verbose
|
||||
# If set here, overrides the command line option
|
||||
# (Default: ${_VERBOSE})
|
||||
#_VERBOSE="${_VERBOSE}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue