diff --git a/misc/build.func b/misc/build.func index ea5f96a..0ec6e64 100644 --- a/misc/build.func +++ b/misc/build.func @@ -352,8 +352,6 @@ base_settings() { SSH="no" SSH_AUTHORIZED_KEY="" TAGS="community-script-dev;" - ENABLE_NFS="no" - ENABLE_CIFS="no" ENABLE_FUSE="no" # Override default settings with variables from ct script @@ -363,7 +361,7 @@ base_settings() { RAM_SIZE=${var_ram:-$RAM_SIZE} VERB=${var_verbose:-$VERBOSE} TAGS="${TAGS}${var_tags:-}" - ENABLE_FUSE=${var_fuse:-$ENABLE_FUSE} + ENABLE_FUSE="${var_fuse:-${ENABLE_FUSE:-0}}" # Since these 2 are only defined outside of default_settings function, we add a temporary fallback. TODO: To align everything, we should add these as constant variables (e.g. OSTYPE and OSVERSION), but that would currently require updating the default_settings function for all existing scripts if [ -z "$var_os" ]; then