Commit 2175f893 by Daniel Lezcano

add lxc-lenny template

parent e4659536
...@@ -138,7 +138,7 @@ copy_debian() ...@@ -138,7 +138,7 @@ copy_debian()
install_debian() install_debian()
{ {
cache="@LOCALSTATEDIR@/cache/lxc/debian" cache="@LOCALSTATEDIR@/cache/lxc/$SUITE"
rootfs=$1 rootfs=$1
mkdir -p @LOCALSTATEDIR@/lock/subsys/ mkdir -p @LOCALSTATEDIR@/lock/subsys/
( (
...@@ -222,7 +222,7 @@ EOF ...@@ -222,7 +222,7 @@ EOF
clean() clean()
{ {
cache="@LOCALSTATEDIR@/cache/lxc/debian" cache="@LOCALSTATEDIR@/cache/lxc/$SUITE"
if [ ! -e $cache ]; then if [ ! -e $cache ]; then
exit 0 exit 0
......
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