From 49b66f72bf0561a6b427767886e646b0fe4abd44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Wed, 30 Oct 2024 09:13:03 +0100 Subject: [PATCH] Added base.f41 (renamed and modified base.f39). --- sources/{base.f39 => base.f41}/config | 3 +++ sources/{base.f39 => base.f41}/envvars | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename sources/{base.f39 => base.f41}/config (80%) rename sources/{base.f39 => base.f41}/envvars (85%) diff --git a/sources/base.f39/config b/sources/base.f41/config similarity index 80% rename from sources/base.f39/config rename to sources/base.f41/config index 65ef477..f6a77bc 100644 --- a/sources/base.f39/config +++ b/sources/base.f41/config @@ -9,6 +9,9 @@ lxc.autodev = 1 lxc.cgroup2.devices.allow = a +lxc.idmap = u 0 100000 100000 +lxc.idmap = g 0 100000 100000 + lxc.signal.halt = SIGRTMIN+4 lxc.start.auto = 0 diff --git a/sources/base.f39/envvars b/sources/base.f41/envvars similarity index 85% rename from sources/base.f39/envvars rename to sources/base.f41/envvars index 7e771ce..4e40e20 100644 --- a/sources/base.f39/envvars +++ b/sources/base.f41/envvars @@ -1,5 +1,5 @@ DISTRIBUTION=Fedora -DISTRIBUTION_VERSION=39 +DISTRIBUTION_VERSION=41 ROOT_PACKAGES="hostname \ initscripts \ iproute \ @@ -9,7 +9,7 @@ BASE_PACKAGES="NetworkManager \ iputils \ logrotate \ rsyslog \ - rsyslog-logrotate \ + rsyslog-relp \ tar \ tzdata \ vim-minimal" -- 2.54.0