use new config properties for sample lxc config
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2142625a8c
commit
87fbfb3a1f
PVE
|
@ -168,8 +168,8 @@ sub __sample_config {
|
||||||
return <<"CFG";
|
return <<"CFG";
|
||||||
lxc.arch = $arch
|
lxc.arch = $arch
|
||||||
lxc.include = /usr/share/lxc/config/archlinux.common.conf
|
lxc.include = /usr/share/lxc/config/archlinux.common.conf
|
||||||
lxc.utsname = localhost
|
lxc.uts.name = localhost
|
||||||
lxc.rootfs = $self->{rootfs}
|
lxc.rootfs.path = $self->{rootfs}
|
||||||
lxc.mount.entry = $self->{pkgcache} $self->{pkgdir} none bind 0 0
|
lxc.mount.entry = $self->{pkgcache} $self->{pkgdir} none bind 0 0
|
||||||
CFG
|
CFG
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue