summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/configuration.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh
index be3adf621..3fb6d6fe8 100755
--- a/functions/configuration.sh
+++ b/functions/configuration.sh
@@ -472,7 +472,6 @@ Prepare_config ()
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_COW_FILESYSTEM="${LB_NET_COW_FILESYSTEM:-nfs}"
LB_NET_TARBALL="${LB_NET_TARBALL:-true}"
LB_ONIE="${LB_ONIE:-false}"
@@ -697,11 +696,6 @@ Validate_config_permitted_values ()
exit 1
fi
- if ! In_list "${LB_NET_COW_FILESYSTEM}" nfs cfs; then
- Echo_error "You have specified an invalid value for LB_NET_COW_FILESYSTEM (--net-cow-filesystem)."
- 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