]> git.proxmox.com Git - aab.git/commitdiff
use new config properties for sample lxc config
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Apr 2018 07:53:22 +0000 (09:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 5 Apr 2018 08:15:44 +0000 (10:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/AAB.pm

index a75133e80f5004bcbe2052e7c3020f849291e0e2..f3d3f1619cebfe3b1a603f41dd78fcb33f469c4e 100644 (file)
@@ -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
 }