diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-15 06:04:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 7e20d93cf5e84ffd3529f43027d525d6a417fde8 (patch) | |
tree | 5b77246f1cb5197a7fdaa295df1a800e36981b0a | |
parent | 45e82061bb857b9fc90b6e70cbd3608fb25da8b7 (diff) | |
download | vyos-live-build-7e20d93cf5e84ffd3529f43027d525d6a417fde8.tar.gz vyos-live-build-7e20d93cf5e84ffd3529f43027d525d6a417fde8.zip |
Correcting typo in win32-loader config.
-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}) |