From: Zoltán Felleg Date: Wed, 30 Oct 2024 08:13:03 +0000 (+0100) Subject: Added base.f41 (renamed and modified base.f39). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=49b66f72bf0561a6b427767886e646b0fe4abd44;p=user-lxc.git Added base.f41 (renamed and modified base.f39). --- 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"