From: Daniel Lezcano Date: Fri, 14 Jan 2011 08:51:13 +0000 (+0100) Subject: add lxc-lenny template X-Git-Tag: lxc-0.7.4-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2175f8936cc7c1e8cc451da040aa57d5dd6ad088;p=thirdparty%2Flxc.git add lxc-lenny template Signed-off-by: Daniel Lezcano --- diff --git a/templates/lxc-lenny.in b/templates/lxc-lenny.in index a0cde81bf..8c051d916 100644 --- a/templates/lxc-lenny.in +++ b/templates/lxc-lenny.in @@ -138,7 +138,7 @@ copy_debian() install_debian() { - cache="@LOCALSTATEDIR@/cache/lxc/debian" + cache="@LOCALSTATEDIR@/cache/lxc/$SUITE" rootfs=$1 mkdir -p @LOCALSTATEDIR@/lock/subsys/ ( @@ -222,7 +222,7 @@ EOF clean() { - cache="@LOCALSTATEDIR@/cache/lxc/debian" + cache="@LOCALSTATEDIR@/cache/lxc/$SUITE" if [ ! -e $cache ]; then exit 0