From ac6b43192a87497af43e73f89dc1e7141497fac6 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" <info@metux.net> Date: Thu, 13 Jun 2024 14:07:00 +0200 Subject: [PATCH] move HOST_JAIL_TYPE to host OS config (etc/hosts/$ostype.cf) Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> --- etc/hosts/debian.cf | 1 + etc/site.cf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/hosts/debian.cf b/etc/hosts/debian.cf index ab44da9..b0bda2a 100644 --- a/etc/hosts/debian.cf +++ b/etc/hosts/debian.cf @@ -1,2 +1,3 @@ HOST_SCHROOT_PACKAGES="mmdebstrap schroot" HOST_OS_TYPE="debian" +HOST_JAIL_TYPE="schroot" diff --git a/etc/site.cf b/etc/site.cf index da5a149..04b8dac 100644 --- a/etc/site.cf +++ b/etc/site.cf @@ -1,4 +1,3 @@ -HOST_JAIL_TYPE="schroot" HOST_OS="debian" HOST_CHROOT_DIR="/srv/chroots/xorg-testing" TARGET_ID="debian-bookworm" -- GitLab