From 1c1caee4431148fdfd6eeb74dcf0c100232506c8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Jan 2016 00:06:21 +0000 Subject: i hope this is the final fix for rootfs location --- iso32 | 2 +- iso64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iso32 b/iso32 index 0573d3a..a7c0ad1 100755 --- a/iso32 +++ b/iso32 @@ -25,7 +25,7 @@ makeisox86 () { # squash live environment mksquashfs "$isosyncdirx86" ""$isosyncdirx86".img" -b 1048576 -comp xz -Xdict-size 100% # move our squashed live environment on place - mv ""$isosyncdirx86".img" "$isosupersquashdirx86" + mv ""$isosyncdirx86".img" "$isolivesqfsdirx86" # squash it again to be detected by dmsquash-live mksquashfs "$isosupersquashdirx86" ""$isorootdirx86"/squashfs.img" # and again, move our double squashed live environment on place diff --git a/iso64 b/iso64 index f265e72..4b55ef8 100755 --- a/iso64 +++ b/iso64 @@ -26,7 +26,7 @@ makeisox64 () { # squash live environment mksquashfs "$isosyncdirx64" ""$isosyncdirx64".img" -b 1048576 -comp xz -Xdict-size 100% # move our squashed live environment on place - mv ""$isosyncdirx64".img" "$isosupersquashdirx64" + mv ""$isosyncdirx64".img" "$isolivesqfsdirx64" # squash it again to be detected by dmsquash-live mksquashfs "$isosupersquashdirx64" ""$isorootdirx64"/squashfs.img" # and again, move our double squashed live environment on place -- cgit v1.2.3