diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-15 06:04:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-15 06:04:11 +0200 |
commit | aeb48a17be8796369def1e21059dc092aec4aaee (patch) | |
tree | 9c6122f0222d30a2b50770899adefed87e2ceb8a /helpers | |
parent | 5e93225816d214ac55b3af6ac14ca87ee88c99a5 (diff) | |
download | vyos-live-build-aeb48a17be8796369def1e21059dc092aec4aaee.tar.gz vyos-live-build-aeb48a17be8796369def1e21059dc092aec4aaee.zip |
Correcting typo in win32-loader config.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index f7a46e2ce..4ac31d56d 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -1052,7 +1052,7 @@ LH_MEMTEST="${LH_MEMTEST}" # \$LH_WIN32_LOADER: set win32-loader # (Default: ${LH_WIN32_LOADER}) -LH_WIN32_LOADER="${LH_WIN32_LOADER}) +LH_WIN32_LOADER="${LH_WIN32_LOADER}" # \$LH_NET_ROOT_FILESYSTEM: set netboot filesystem # (Default: ${LH_NET_ROOT_FILESYSTEM}) |