From ed9111ac41bf9cff5bb075454f43011a988e7878 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Fri, 18 Apr 2025 12:50:22 +0200 Subject: [PATCH] Added base.f42 (renamed and modified base.f40). --- sources/{base.f40 => base.f42}/config | 2 +- sources/{base.f40 => base.f42}/envvars | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename sources/{base.f40 => base.f42}/config (92%) rename sources/{base.f40 => base.f42}/envvars (85%) diff --git a/sources/base.f40/config b/sources/base.f42/config similarity index 92% rename from sources/base.f40/config rename to sources/base.f42/config index 8b4a92f..20fee06 100644 --- a/sources/base.f40/config +++ b/sources/base.f42/config @@ -1,7 +1,7 @@ lxc.include = /usr/share/lxc/config/common.conf lxc.arch = x86_64 -lxc.uts.name = base.f40 +lxc.uts.name = base.f42 lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/base.f40/envvars b/sources/base.f42/envvars similarity index 85% rename from sources/base.f40/envvars rename to sources/base.f42/envvars index bbd7588..c53462e 100644 --- a/sources/base.f40/envvars +++ b/sources/base.f42/envvars @@ -1,5 +1,5 @@ DISTRIBUTION=Fedora -DISTRIBUTION_VERSION=40 +DISTRIBUTION_VERSION=42 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