diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2020-04-23 15:44:17 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2020-04-23 15:44:17 +0200 |
commit | d414b8fcdb94a2571950bb35dfabbe435670a625 (patch) | |
tree | 5c63db40c988842e4f0b25a467aac9c433ed1d11 /scripts/build/config | |
parent | 1ca53bff529be066982e2c29268c72f73bdd19d1 (diff) | |
download | vyos-live-build-d414b8fcdb94a2571950bb35dfabbe435670a625.tar.gz vyos-live-build-d414b8fcdb94a2571950bb35dfabbe435670a625.zip |
config: obsolete --net-root-path
Diffstat (limited to 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/build/config b/scripts/build/config index da4ea5b6d..5690d7ad7 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -707,7 +707,7 @@ Local_arguments () ;; --net-root-path) - LB_NET_ROOT_PATH="${2}" + Echo_warning "--net-root-path is an obsolete option" shift 2 ;; @@ -1265,9 +1265,6 @@ LB_LOADLIN="${LB_LOADLIN}" # \$LB_WIN32_LOADER: set win32-loader LB_WIN32_LOADER="${LB_WIN32_LOADER}" -# \$LB_NET_ROOT_PATH: set netboot server directory -LB_NET_ROOT_PATH="${LB_NET_ROOT_PATH}" - # \$LB_NET_TARBALL: set net tarball LB_NET_TARBALL="${LB_NET_TARBALL}" |