From acb40467e8f929918042946daed00edc909a6adf Mon Sep 17 00:00:00 2001 From: null31 Date: Sun, 24 Mar 2024 14:01:34 +0100 Subject: [PATCH] Fix which LXC config file should be used --- PVE/AAB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/AAB.pm b/PVE/AAB.pm index 14a65da..151c689 100644 --- a/PVE/AAB.pm +++ b/PVE/AAB.pm @@ -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