diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 23:33:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 23:33:57 +0000 |
commit | 4679e22a4ef8ad40f3df8eef1010624cc5da13e1 (patch) | |
tree | ac128387b59ef99fe53791881b428baa03d03857 /iso64 | |
parent | 5f3911ae64c1d1295868cf217c9ae7ab0ad46156 (diff) |
do not generate generate checksums for ramfs or kernel, we will generate only one checksum for the whole image
Diffstat (limited to 'iso64')
-rwxr-xr-x | iso64 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,7 +17,6 @@ makeisox64 () { mount -t squashfs "$chrootx64" "$isostagingdirx64" rsync -aHAXr --progress "$isostagingdirx64/" "$isosyncdirx64/" cp -avx ""$isosyncdirx64"/boot/"$isokernelnamex64"" ""$isorootdirx64"/boot/vmlinuz" - sha256sum ""$isorootdirx64"/boot/vmlinuz" | tee ""$isorootdirx64"/boot/vmlinuz.sha256" # configure portage && give up control for package / desktop environment installation isostartx64 isooverlaysx64 @@ -26,7 +25,6 @@ makeisox64 () { isostopx64 # squash live environment mksquashfs "$isosyncdirx64" ""$isosyncdirx64".img" -b 1048576 -comp xz -Xdict-size 100% - sha256sum ""$isosyncdirx64".img" | tee ""$isosyncdirx64".img.sha256" # move our squashed live environment on place mv ""$isosyncdirx64".img" "$isosupersquashdirx64" # squash it again to be detected by dmsquash-live |