From ca20deb6d07293cd6fd148ced449be794c9f9153 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Tue, 18 Jan 2022 16:54:31 +0100 Subject: [PATCH] Added base.f35. --- sources/base.f35/config | 14 ++++++++++++++ sources/base.f35/envvars | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 sources/base.f35/config create mode 100644 sources/base.f35/envvars diff --git a/sources/base.f35/config b/sources/base.f35/config new file mode 100644 index 0000000..5ed688f --- /dev/null +++ b/sources/base.f35/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.f35/envvars b/sources/base.f35/envvars new file mode 100644 index 0000000..d65cfb9 --- /dev/null +++ b/sources/base.f35/envvars @@ -0,0 +1,4 @@ +DISTRIBUTION=Fedora +DISTRIBUTION_VERSION=35 +ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev" +BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal" -- 2.54.0