From b77df5e1630acf8e98af7073009adfec001d0a17 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 17 Aug 2011 13:37:04 +0200 Subject: [PATCH] lxc: Move template container's rootfs to /containers --- var/lib/lxc/template/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/lib/lxc/template/config b/var/lib/lxc/template/config index aaaae21..4a07164 100644 --- a/var/lib/lxc/template/config +++ b/var/lib/lxc/template/config @@ -2,7 +2,7 @@ lxc.utsname = template # Use this root filesystem -lxc.rootfs = /var/lib/lxc/template/rootfs +lxc.rootfs = /containers/template # Log console output lxc.console = /var/log/lxc/template.lxc -- 2.30.2