]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
add $arch to cache path
authorAlexander Khryukin <alexander@mezon.ru>
Thu, 10 Oct 2013 15:01:43 +0000 (19:01 +0400)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 10 Oct 2013 17:34:14 +0000 (13:34 -0400)
Signed-off-by: Alexander Khryukin <alexander@mezon.ru>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-openmandriva.in

index d94896613f500ad2c322b1b727b5537125325470..e51333cf9aea6586764abd69816f71ca59de8445 100755 (executable)
@@ -427,7 +427,7 @@ if [ -z "$rootfs_path" ]; then
 fi
 
 config_path=$default_path/$name
-cache=$cache_base/$release/$profile
+cache=$cache_base/$release/$arch/$profile
 
 if [ ! -f $config_path/config ]; then
     echo "A container with that name exists, chose a different name"