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 /functions/configuration.sh | |
parent | 1ca53bff529be066982e2c29268c72f73bdd19d1 (diff) | |
download | vyos-live-build-d414b8fcdb94a2571950bb35dfabbe435670a625.tar.gz vyos-live-build-d414b8fcdb94a2571950bb35dfabbe435670a625.zip |
config: obsolete --net-root-path
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-x | functions/configuration.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh index f3e443c89..0c25673d6 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -469,7 +469,6 @@ Prepare_config () ;; esac - LB_NET_ROOT_PATH="${LB_NET_ROOT_PATH:-/srv/${LB_MODE}-live}" LB_NET_TARBALL="${LB_NET_TARBALL:-true}" LB_ONIE="${LB_ONIE:-false}" |