From: Zoltán Felleg Date: Tue, 18 Jan 2022 15:54:31 +0000 (+0100) Subject: Added base.f35. X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=ca20deb6d07293cd6fd148ced449be794c9f9153;p=user-lxc.git Added base.f35. --- 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"