diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:20 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | ba2322bb2b453a848dccb7f80fbe5d72b373926e (patch) | |
tree | 92ae03973981067aea007213d056abbbc6388abb /helpers/lh_config | |
parent | 8c3178682beafb9c71df5310b3f975728359b833 (diff) | |
download | vyos-live-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.tar.gz vyos-live-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.zip |
Adding live-helper 1.0~a26-1.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 1f551f7dc..43633a066 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -899,6 +899,10 @@ LH_NET_SERVER="${LH_NET_SERVER}" # (Default: empty) LH_SYSLINUX_SPLASH="${LH_SYSLINUX_SPLASH}" +# \$LH_SYSLINUX_TIMEOUT: set custom syslinux timeout +# (Default: 0) +LH_SYSLINUX_TIMEOUT="${LH_SYSLINUX_TIMEOUT}" + # \$LH_USERNAME: set username # (Default: ${LH_USERNAME}) LH_USERNAME="${LH_USERNAME}" |