Commit f8ddeaa5 by Stéphane Graber

lxc-archlinux.in: Apply same LXCPATH/LOCALSTATEDIR

lxc-archlinux was apparently left out of the last change, apply the same modification as the other templates. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent e29bf450
......@@ -26,10 +26,10 @@
# defaults
arch=$(arch)
cache=/var/cache/lxc/arch/${arch}
cache=@LOCALSTATEDIR@/lxc/arch/${arch}
lxc_network_type="veth"
lxc_network_link="br0"
default_path=/var/lib/lxc
default_path=@LXCPATH@
default_rc_locale="en-US.UTF-8"
default_rc_timezone="UTC"
host_mirror="http://mirrors.kernel.org/archlinux/\$repo/os/$arch"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment