From 333d55916d819db6db565e6b6cbea624e2f20ddd Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Tue, 14 May 2024 22:34:27 +0200 Subject: [PATCH] add mp settings to apt --- src/apt/constants-service.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apt/constants-service.conf b/src/apt/constants-service.conf index 2e64d35..0eb1e13 100644 --- a/src/apt/constants-service.conf +++ b/src/apt/constants-service.conf @@ -11,7 +11,11 @@ LXC_TEMPLATE_VERSION="debian-12-standard" # Create sharefs mountpoint -LXC_MP="1" +LXC_MP=0 +# Defines the mountpoint of the filesystem shared by Zamba inside your LXC container (default: tank) +LXC_SHAREFS_MOUNTPOINT="srv" +# Defines the recordsize of mp0 +LXC_MP_RECORDSIZE="16K" # Create unprivileged container LXC_UNPRIVILEGED="1"