Added base.f41 (renamed and modified base.f39).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 30 Oct 2024 08:13:03 +0000 (09:13 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 30 Oct 2024 08:13:03 +0000 (09:13 +0100)
sources/base.f41/config [moved from sources/base.f39/config with 80% similarity]
sources/base.f41/envvars [moved from sources/base.f39/envvars with 85% similarity]

similarity index 80%
rename from sources/base.f39/config
rename to sources/base.f41/config
index 65ef4776083a28041591fc43f1461e81fe9e9248..f6a77bcfbc0a27c3cf645dacbabb1ab042f15259 100644 (file)
@@ -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
similarity index 85%
rename from sources/base.f39/envvars
rename to sources/base.f41/envvars
index 7e771ce6697791f9490196aa60d457faac624ca7..4e40e20b3ecf3631a6333243d50542ad1fbe00b7 100644 (file)
@@ -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"