packer-builds

Packer Builds for LXC and Libvirt
git clone https://git.in0rdr.ch/packer-builds.git
Log | Files | Refs | Pull requests |Archive | README

commit fd4db54c2cc0060f1ce9eb8d8b7cf4172ace2b31
parent 523452159046612913f27f65f87b170fea0c314b
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 29 Nov 2025 00:51:18 +0100

feat(lxc-config): improve config file

Diffstat:
Mconfig/lxc-config | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/lxc-config b/config/lxc-config @@ -1,3 +1,5 @@ +# https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html + # Distribution configuration lxc.arch = amd64 @@ -14,13 +16,12 @@ lxc.net.0.ipv4.address = 10.0.0.113/24 # ADJUST # Autostart lxc.start.auto = 1 -lxc.group = onboot +lxc.group = onboot -# /etc/fstab mount entry +# /etc/fstab mount entry #lxc.mount.entry = /var/run/collectd collectd none bind,create=dir 0 0 # Run with specific apparmor profile -# https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html #lxc.apparmor.profile = lxc-gatus # Host specific via deploy-output.sh