Added base.f36.
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 11 Jul 2022 09:24:41 +0000 (11:24 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 11 Jul 2022 09:24:41 +0000 (11:24 +0200)
sources/base.f36/config [new file with mode: 0644]
sources/base.f36/envvars [new file with mode: 0644]

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