From 5ca2363eb34a1f428faef3f6d6e5cb8ea7d71322 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 11 Jul 2022 11:24:41 +0200 Subject: [PATCH] Added base.f36. --- sources/base.f36/config | 14 ++++++++++++++ sources/base.f36/envvars | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 sources/base.f36/config create mode 100644 sources/base.f36/envvars diff --git a/sources/base.f36/config b/sources/base.f36/config new file mode 100644 index 0000000..5ed688f --- /dev/null +++ b/sources/base.f36/config @@ -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 index 0000000..e0a016b --- /dev/null +++ b/sources/base.f36/envvars @@ -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" -- 2.54.0