Added base.f38, removed base.f36.
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 19 Apr 2023 06:36:33 +0000 (08:36 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 19 Apr 2023 06:36:33 +0000 (08:36 +0200)
sources/base.f36/envvars [deleted file]
sources/base.f38/config [moved from sources/base.f36/config with 100% similarity]
sources/base.f38/envvars [new file with mode: 0644]

diff --git a/sources/base.f36/envvars b/sources/base.f36/envvars
deleted file mode 100644 (file)
index e0a016b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DISTRIBUTION=Fedora
-DISTRIBUTION_VERSION=36
-ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev"
-BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal"
diff --git a/sources/base.f38/envvars b/sources/base.f38/envvars
new file mode 100644 (file)
index 0000000..96bdb26
--- /dev/null
@@ -0,0 +1,5 @@
+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"