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