diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-02 00:06:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-02 00:06:21 +0000 |
commit | 1c1caee4431148fdfd6eeb74dcf0c100232506c8 (patch) | |
tree | a6e33259965e0a190b05f1157ad15c2c3acfcef2 | |
parent | 4679e22a4ef8ad40f3df8eef1010624cc5da13e1 (diff) |
i hope this is the final fix for rootfs location
-rwxr-xr-x | iso32 | 2 | ||||
-rwxr-xr-x | iso64 | 2 |
2 files changed, 2 insertions, 2 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 @@ -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 |