aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2011-01-14 09:51:13 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-01-14 09:51:13 +0100
commit2175f8936cc7c1e8cc451da040aa57d5dd6ad088 (patch)
tree48386baf326c4b0d65e7b41e87c23f46595b5eec
parentfix clone_children path (diff)
downloadlxc-2175f8936cc7c1e8cc451da040aa57d5dd6ad088.tar.gz
lxc-2175f8936cc7c1e8cc451da040aa57d5dd6ad088.tar.bz2
lxc-2175f8936cc7c1e8cc451da040aa57d5dd6ad088.zip
add lxc-lenny template
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r--templates/lxc-lenny.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/lxc-lenny.in b/templates/lxc-lenny.in
index a0cde81..8c051d9 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