From 732c0cd2e80794254c149f723e49c07a670513c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 29 Apr 2024 13:45:32 +0200 Subject: [PATCH] Added base.f40, removed base.f38. --- sources/base.f38/envvars | 5 ----- sources/{base.f38 => base.f40}/config | 5 ++++- sources/base.f40/envvars | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 sources/base.f38/envvars rename sources/{base.f38 => base.f40}/config (73%) create mode 100644 sources/base.f40/envvars diff --git a/sources/base.f38/envvars b/sources/base.f38/envvars deleted file mode 100644 index 96bdb26..0000000 --- a/sources/base.f38/envvars +++ /dev/null @@ -1,5 +0,0 @@ -DISTRIBUTION=Fedora -DISTRIBUTION_VERSION=38 -ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" -BASE_PACKAGES="NetworkManager iputils logrotate rsyslog" -BASE_PACKAGES="$BASE_PACKAGES rsyslog-logrotate tar vim-minimal" diff --git a/sources/base.f38/config b/sources/base.f40/config similarity index 73% rename from sources/base.f38/config rename to sources/base.f40/config index 5ed688f..7ad2020 100644 --- a/sources/base.f38/config +++ b/sources/base.f40/config @@ -1,7 +1,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 -lxc.uts.name = base +lxc.uts.name = base.f40 lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc:rw sys:ro @@ -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.f40/envvars b/sources/base.f40/envvars new file mode 100644 index 0000000..bbd7588 --- /dev/null +++ b/sources/base.f40/envvars @@ -0,0 +1,15 @@ +DISTRIBUTION=Fedora +DISTRIBUTION_VERSION=40 +ROOT_PACKAGES="hostname \ + initscripts \ + iproute \ + rootfiles \ + systemd-udev" +BASE_PACKAGES="NetworkManager \ + iputils \ + logrotate \ + rsyslog \ + rsyslog-logrotate \ + tar \ + tzdata \ + vim-minimal" -- 2.54.0