diff options
Diffstat (limited to 'iso64')
-rwxr-xr-x | iso64 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |