From: Zoltán Felleg Date: Fri, 18 Apr 2025 10:50:22 +0000 (+0200) Subject: Added base.f42 (renamed and modified base.f40). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=ed9111ac41bf9cff5bb075454f43011a988e7878;p=user-lxc.git Added base.f42 (renamed and modified base.f40). --- 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"