This commit is contained in:
CanbiZ
2025-04-08 13:21:57 +02:00
parent 30b2ba9454
commit a96827dac0
4 changed files with 129 additions and 5 deletions

View File

@@ -388,8 +388,7 @@ base_settings() {
RAM_SIZE=${var_ram:-$RAM_SIZE}
VERB=${var_verbose:-$VERBOSE}
TAGS="${TAGS}${var_tags:-}"
# 26.03.2025 disabled
#ENABLE_FUSE=${var_fuse:-$ENABLE_FUSE}
ENABLE_FUSE=${var_fuse:-$ENABLE_FUSE}
# 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
@@ -1398,9 +1397,9 @@ build_container() {
FEATURES="nesting=1"
fi
# 26.03.2025 disabled
#if [ "$ENABLE_FUSE" == "yes" ]; then
# FEATURES+=",fuse=1"
#fi
if [ "$ENABLE_FUSE" == "yes" ]; then
FEATURES+=",fuse=1"
fi
if [[ $DIAGNOSTICS == "yes" ]]; then
post_to_api