Added base.f37.
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Sat, 14 Jan 2023 23:12:44 +0000 (00:12 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Sat, 14 Jan 2023 23:12:44 +0000 (00:12 +0100)
sources/base.f37/config [new file with mode: 0644]
sources/base.f37/envvars [new file with mode: 0644]

diff --git a/sources/base.f37/config b/sources/base.f37/config
new file mode 100644 (file)
index 0000000..5ed688f
--- /dev/null
@@ -0,0 +1,14 @@
+lxc.include = /usr/share/lxc/config/common.conf
+
+lxc.arch = x86_64
+lxc.uts.name = base
+lxc.rootfs.path = __CONTAINER_PATH__/rootfs
+lxc.mount.auto = proc:rw sys:ro
+
+lxc.autodev = 1
+
+lxc.cgroup2.devices.allow = a
+
+lxc.signal.halt = SIGRTMIN+4
+
+lxc.start.auto = 0
diff --git a/sources/base.f37/envvars b/sources/base.f37/envvars
new file mode 100644 (file)
index 0000000..dd294d9
--- /dev/null
@@ -0,0 +1,4 @@
+DISTRIBUTION=Fedora
+DISTRIBUTION_VERSION=37
+ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev"
+BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal"