diff options
Diffstat (limited to 'functions/configuration.sh')
-rwxr-xr-x | functions/configuration.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh index 3fb6d6fe8..f3e443c89 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -469,9 +469,7 @@ Prepare_config () ;; esac - LB_NET_ROOT_FILESYSTEM="${LB_NET_ROOT_FILESYSTEM:-nfs}" LB_NET_ROOT_PATH="${LB_NET_ROOT_PATH:-/srv/${LB_MODE}-live}" - LB_NET_ROOT_SERVER="${LB_NET_ROOT_SERVER:-192.168.1.1}" LB_NET_TARBALL="${LB_NET_TARBALL:-true}" LB_ONIE="${LB_ONIE:-false}" @@ -696,11 +694,6 @@ Validate_config_permitted_values () exit 1 fi - if ! In_list "${LB_NET_ROOT_FILESYSTEM}" nfs cfs; then - Echo_error "You have specified an invalid value for LB_NET_ROOT_FILESYSTEM (--net-root-filesystem)." - exit 1 - fi - if ! In_list "${LB_SOURCE_IMAGES}" iso netboot tar hdd; then Echo_error "You have specified an invalid value for LB_SOURCE_IMAGES (--source-images)." exit 1 |