[pve-devel] [PATCH aab] use new config properties for sample lxc config
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Apr 5 09:53:22 CEST 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
PVE/AAB.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PVE/AAB.pm b/PVE/AAB.pm
index a75133e..f3d3f16 100644
--- a/PVE/AAB.pm
+++ b/PVE/AAB.pm
@@ -168,8 +168,8 @@ sub __sample_config {
return <<"CFG";
lxc.arch = $arch
lxc.include = /usr/share/lxc/config/archlinux.common.conf
-lxc.utsname = localhost
-lxc.rootfs = $self->{rootfs}
+lxc.uts.name = localhost
+lxc.rootfs.path = $self->{rootfs}
lxc.mount.entry = $self->{pkgcache} $self->{pkgdir} none bind 0 0
CFG
}
--
2.14.2
More information about the pve-devel
mailing list