Update build.func
This commit is contained in:
parent
f799a11348
commit
4ed0fa9697
@ -696,12 +696,12 @@ var_fuse=no
|
||||
var_tun=no
|
||||
|
||||
# Advanced Settings (Proxmox-official features)
|
||||
var_nesting=1 # Allow nesting (required for Docker/LXC in CT)
|
||||
var_keyctl=0 # Allow keyctl() - needed for Docker (systemd-networkd workaround)
|
||||
var_mknod=0 # Allow device node creation (requires kernel 5.3+, experimental)
|
||||
var_mount_fs= # Allow specific filesystems: nfs,fuse,ext4,etc (leave empty for defaults)
|
||||
var_protection=no # Prevent accidental deletion of container
|
||||
var_timezone= # Container timezone (e.g. Europe/Berlin, leave empty for host timezone)
|
||||
var_nesting=1
|
||||
var_keyctl=0
|
||||
var_mknod=0
|
||||
var_mount_fs=""
|
||||
var_protection=no
|
||||
var_timezone=""
|
||||
var_tags=community-script
|
||||
var_verbose=no
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user