]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-archlinux.in: Apply same LXCPATH/LOCALSTATEDIR
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 5 Dec 2012 18:33:03 +0000 (13:33 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 5 Dec 2012 18:33:03 +0000 (13:33 -0500)
lxc-archlinux was apparently left out of the last change, apply
the same modification as the other templates.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-archlinux.in

index 639d81a38e62c1493ea0d4154febb3f4b85b3bcd..0c529ecbaf6846f0539ab001db1a7bc15059e4ca 100644 (file)
 
 # 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"