Fix which LXC config file should be used

This commit is contained in:
null31 2024-03-24 14:01:34 +01:00
parent d32e0e4578
commit acb40467e8
Signed by: null31
GPG Key ID: CAB4CF4EE49720FF
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ sub __sample_config {
return <<"CFG";
lxc.arch = $arch
lxc.include = /usr/share/lxc/config/archlinux.common.conf
lxc.include = /usr/share/lxc/config/common.conf
lxc.uts.name = localhost
lxc.rootfs.path = $self->{rootfs}
lxc.mount.entry = $self->{pkgcache} $self->{pkgdir} none bind 0 0