summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-01-02 00:06:21 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-01-02 00:06:21 +0000
commit1c1caee4431148fdfd6eeb74dcf0c100232506c8 (patch)
treea6e33259965e0a190b05f1157ad15c2c3acfcef2
parent4679e22a4ef8ad40f3df8eef1010624cc5da13e1 (diff)
i hope this is the final fix for rootfs location
-rwxr-xr-xiso322
-rwxr-xr-xiso642
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