summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIzhar Firdaus <izhar@mitsuko.kagesenshi.org>2010-03-03 18:01:32 +0800
committerIzhar Firdaus <izhar@mitsuko.kagesenshi.org>2010-03-03 18:01:32 +0800
commit9d69c52054c5eefda946b9b762890b83642b5bed (patch)
treeb43b66e228293078e9ea9273c5214a39a7b91d5b
parente39b86d4033215fbf4cd68d00b7630e4b8750aa2 (diff)
downloadhack-patches-9d69c52054c5eefda946b9b762890b83642b5bed.tar.gz
hack-patches-9d69c52054c5eefda946b9b762890b83642b5bed.tar.xz
hack-patches-9d69c52054c5eefda946b9b762890b83642b5bed.zip
set rootfs path to a subpath in /var/lib/lxc
-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