Added base.f39, removed base.f37.
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 1 Dec 2023 19:07:05 +0000 (20:07 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Fri, 1 Dec 2023 19:07:05 +0000 (20:07 +0100)
sources/base.f37/envvars [deleted file]
sources/base.f39/config [moved from sources/base.f37/config with 90% similarity]
sources/base.f39/envvars [new file with mode: 0644]

diff --git a/sources/base.f37/envvars b/sources/base.f37/envvars
deleted file mode 100644 (file)
index dd294d9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DISTRIBUTION=Fedora
-DISTRIBUTION_VERSION=37
-ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev"
-BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal"
similarity index 90%
rename from sources/base.f37/config
rename to sources/base.f39/config
index 5ed688f251b3674f0c560b6144beaa6b139180ca..6e74013629da28f3ec5972bc54deaf1f73016706 100644 (file)
@@ -1,7 +1,7 @@
 lxc.include = /usr/share/lxc/config/common.conf
 
 lxc.arch = x86_64
-lxc.uts.name = base
+lxc.uts.name = base.f39
 lxc.rootfs.path = __CONTAINER_PATH__/rootfs
 lxc.mount.auto = proc:rw sys:ro
 
diff --git a/sources/base.f39/envvars b/sources/base.f39/envvars
new file mode 100644 (file)
index 0000000..7e771ce
--- /dev/null
@@ -0,0 +1,15 @@
+DISTRIBUTION=Fedora
+DISTRIBUTION_VERSION=39
+ROOT_PACKAGES="hostname \
+               initscripts \
+               iproute \
+               rootfiles \
+               systemd-udev"
+BASE_PACKAGES="NetworkManager \
+               iputils \
+               logrotate \
+               rsyslog \
+               rsyslog-logrotate \
+               tar \
+               tzdata \
+               vim-minimal"