From 20fdbc5be4df70f174749269acb953f7c12a228b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 2 Nov 2017 20:25:36 +0000 Subject: put the rootfs.img where it belongs --- src/backend/functions_makeiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% -- cgit v1.2.3