Update build.func

This commit is contained in:
CanbiZ 2025-12-04 15:18:40 +01:00
parent f799a11348
commit 4ed0fa9697

View File

@ -696,12 +696,12 @@ var_fuse=no
var_tun=no var_tun=no
# Advanced Settings (Proxmox-official features) # Advanced Settings (Proxmox-official features)
var_nesting=1 # Allow nesting (required for Docker/LXC in CT) var_nesting=1
var_keyctl=0 # Allow keyctl() - needed for Docker (systemd-networkd workaround) var_keyctl=0
var_mknod=0 # Allow device node creation (requires kernel 5.3+, experimental) var_mknod=0
var_mount_fs= # Allow specific filesystems: nfs,fuse,ext4,etc (leave empty for defaults) var_mount_fs=""
var_protection=no # Prevent accidental deletion of container var_protection=no
var_timezone= # Container timezone (e.g. Europe/Berlin, leave empty for host timezone) var_timezone=""
var_tags=community-script var_tags=community-script
var_verbose=no var_verbose=no