Added base.f40, removed base.f38.
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 29 Apr 2024 11:45:32 +0000 (13:45 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 29 Apr 2024 11:45:32 +0000 (13:45 +0200)
sources/base.f38/envvars [deleted file]
sources/base.f40/config [moved from sources/base.f38/config with 73% similarity]
sources/base.f40/envvars [new file with mode: 0644]

diff --git a/sources/base.f38/envvars b/sources/base.f38/envvars
deleted file mode 100644 (file)
index 96bdb26..0000000
+++ /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"
similarity index 73%
rename from sources/base.f38/config
rename to sources/base.f40/config
index 5ed688f251b3674f0c560b6144beaa6b139180ca..7ad202087ddb358a4da8cbff6d2ea237f2eda35e 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.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 (file)
index 0000000..bbd7588
--- /dev/null
@@ -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"