diff options
author | Marco Amadori <marco.amadori@gmail.com> | 2008-05-16 23:52:02 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:34 +0100 |
commit | 80a2f25b028c28c14ed800c5c63734fa605bbfba (patch) | |
tree | 95157b36af4fb7779238262c4bef2f02bf315d89 /manpages/lh_config.en.1 | |
parent | 2b287d6b6cc834a6e326a73752e53e09c1dea2b5 (diff) | |
download | vyos-live-build-80a2f25b028c28c14ed800c5c63734fa605bbfba.tar.gz vyos-live-build-80a2f25b028c28c14ed800c5c63734fa605bbfba.zip |
Added support for /etc/live-helper.
* lh_config system-wide configuration file, like an implicit specification
of '--conffile=/etc/live-helper' to each lh_config call.
Diffstat (limited to 'manpages/lh_config.en.1')
-rw-r--r-- | manpages/lh_config.en.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1 index d7dbef4fb..d7fd73392 100644 --- a/manpages/lh_config.en.1 +++ b/manpages/lh_config.en.1 @@ -278,6 +278,12 @@ All command line switches can also be specified through the corresponding environment variable. Environment variables are name LH_FOO, means, e.g. \-\-apt\-ftp\-proxy becomes LH_APT_FTP_PROXY. +.SH FILES +.I /etc/live-helper +.PP +An optional conffile for lh_config defaults, useful to specify a few system wide defaults, like +LH_MIRROR_BOOTSTRAP. + .SH SEE ALSO \fIlive\-helper\fR(7) .PP |