Reworked install.sh, implemented #6

This commit is contained in:
Thorsten Spille
2021-04-17 10:13:49 +02:00
parent c28a67a430
commit 2b917c02e8
2 changed files with 59 additions and 52 deletions

View File

@@ -23,10 +23,6 @@ LXC_SHAREFS_SIZE="100"
LXC_SHAREFS_STORAGE="local-zfs"
LXC_SHAREFS_MOUNTPOINT="tank"
# Define whether the container will be created in unprivileged (1) or privileged (0) mode
# For 'zmb_standalone', 'zmb_pdc', 'zmb_member' and 'mailpiler' the container needs to be created with 'unprivileged=0'
LXC_UNPRIVILEGED="0"
# Size of the RAM assigned to the container
LXC_MEM="1024"