From 4679e22a4ef8ad40f3df8eef1010624cc5da13e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2016 23:33:57 +0000 Subject: do not generate generate checksums for ramfs or kernel, we will generate only one checksum for the whole image --- iso32 | 2 -- 1 file changed, 2 deletions(-) (limited to 'iso32') diff --git a/iso32 b/iso32 index 5e764f7..0573d3a 100755 --- a/iso32 +++ b/iso32 @@ -16,7 +16,6 @@ makeisox86 () { mount -t squashfs "$chrootx86" "$isostagingdirx86" rsync -aHAXr --progress "$isostagingx86/" "$isosyncdirx86/" cp -avx ""$isosyncdirx86"/boot/"$isokernelnamex86"" ""$isorootdirx86"/boot/vmlinuz" - sha256sum ""$isorootdirx86"/boot/vmlinuz" | tee ""$isorootdirx86"/boot/vmlinuz.sha256" # configure portage && give up control for package / desktop environment installation isostartx86 isooverlaysx86 @@ -25,7 +24,6 @@ makeisox86 () { isostopx86 # squash live environment mksquashfs "$isosyncdirx86" ""$isosyncdirx86".img" -b 1048576 -comp xz -Xdict-size 100% - sha256sum ""$isosyncdirx86".img" | tee ""$isosyncdirx86".img.sha256" # move our squashed live environment on place mv ""$isosyncdirx86".img" "$isosupersquashdirx86" # squash it again to be detected by dmsquash-live -- cgit v1.2.3