From 29af955432c2c8c26f5a2e1c3a71a367d89b5184 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 12:42:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ezamba.conf=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zamba.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zamba.conf b/zamba.conf index 4350deb..0967898 100644 --- a/zamba.conf +++ b/zamba.conf @@ -25,7 +25,7 @@ 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="1" +LXC_UNPRIVILEGED="0" # Size of the RAM assigned to the container LXC_MEM="1024" @@ -49,7 +49,7 @@ LXC_GW="10.10.80.10" LXC_DNS="10.10.80.10" # Networkbridge for this container -LXC_BRIDGE="vmbr80" +LXC_BRIDGE="vmbr0" # Optional VLAN number for this container LXC_VLAN="" @@ -61,7 +61,7 @@ LXC_PWD='S3cr3tp@ssw0rd' LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx" # Define some optional packages to install (your favourite tools on linux systems) -LXC_TOOLSET="vim htop net-tools dnsutils mc sysstat lsb-release curl git" +LXC_TOOLSET="vim htop net-tools dnsutils mc sysstat lsb-release curl git gpg apt-transport-https" # Define system timezone on LXC container LXC_TIMEZONE="Europe/Berlin"