diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-09 00:13:09 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:36 +0100 |
commit | c907da2ad14e7bc44091419378be8625e0b18155 (patch) | |
tree | fb63d8a1be5ea1f97bf3af0a95286efc46394e3b /manpages/lh_config.en.1 | |
parent | 2c30a051bb9bfea537c04b02c4beb068dc7b4155 (diff) | |
download | vyos-live-build-c907da2ad14e7bc44091419378be8625e0b18155.tar.gz vyos-live-build-c907da2ad14e7bc44091419378be8625e0b18155.zip |
Add --ignore-system-defaults option to not source /etc/default/live-helper.
Diffstat (limited to 'manpages/lh_config.en.1')
-rw-r--r-- | manpages/lh_config.en.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1 index 350993760..cf9d4e5c4 100644 --- a/manpages/lh_config.en.1 +++ b/manpages/lh_config.en.1 @@ -82,6 +82,8 @@ lh_config \- create configuration for live\-helper .br [\fB\-\-hostname\fR \fINAME\fR] .br + [\fB\-\-ignore\-system\-defaults\fR] +.br [\fB\-\-includes\fR \fIPATH\fR] .br [\fB\-\-initramfs\fR auto|live\-initramfs|casper] @@ -282,7 +284,8 @@ environment variable. Environment variables are name LH_FOO, means, e.g. .I /etc/default/live-helper .PP An optional conffile for lh_config defaults, useful to specify a few system wide defaults, like -LH_MIRROR_BOOTSTRAP. +LH_MIRROR_BOOTSTRAP. This feature can be disabled by specifying the +\fB\-\-ignore\-system\-defaults\fR option. .SH SEE ALSO \fIlive\-helper\fR(7) |