summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlxc-febootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/lxc-febootstrap b/lxc-febootstrap
index fb8cf10..0c821c1 100755
--- a/lxc-febootstrap
+++ b/lxc-febootstrap
@@ -160,7 +160,7 @@ create() {
fi
# the rootfs name will be build with the container name
- ROOTFS="./rootfs.${NAME}"
+ ROOTFS="/var/lib/lxc/rootfs/${NAME}"
# check if the rootfs does already exist
if [ ! -e "${ROOTFS}" ]; then