summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-02 20:25:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-02 20:25:36 +0000
commit20fdbc5be4df70f174749269acb953f7c12a228b (patch)
treee3cc0e8f466e4fd47caab01670fe00f1420ab890
parent02e17ba4d94ad1aa97504272897465de222a7602 (diff)
put the rootfs.img where it belongs
-rw-r--r--src/backend/functions_makeiso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/functions_makeiso.sh b/src/backend/functions_makeiso.sh
index b63639d..3a6301f 100644
--- a/src/backend/functions_makeiso.sh
+++ b/src/backend/functions_makeiso.sh
@@ -116,7 +116,7 @@ mkliveimg () {
# unmount live filesystem image
umount -l "$jailsynctarget" > /dev/null 2>&1
# move live filesystem image where it should be
- mv ""$jailsynctarget".img" "$jaildvdpath"
+ mv ""$jailsynctarget".img" "$jailrealfspath"
sync
# compress live filesystem image
mksquashfs "$jaildvdpath" ""$jailrootpath"/squashfs.img" -b 1048576 -comp xz -Xdict-size 100%