Fix which LXC config file should be used
This commit is contained in:
parent
d32e0e4578
commit
acb40467e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue