From 08c276104f8c0fa2ee97f6472faf38fdd09ff9fa Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 9 Jul 2008 11:21:18 -0400 Subject: Add the MD5 sum to the boot.iso to avoid errors in loader (#453698). --- scripts/mk-images.x86 | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/mk-images.x86') diff --git a/scripts/mk-images.x86 b/scripts/mk-images.x86 index 6234ec66f..50d15db0c 100644 --- a/scripts/mk-images.x86 +++ b/scripts/mk-images.x86 @@ -159,6 +159,7 @@ __EOT__ doPostImages() { if [ -n "$BOOTISO" ]; then mkisofs -quiet -o $TOPDESTPATH/images/$BOOTISO -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V "$PRODUCT" -T -graft-points isolinux=$TOPDESTPATH/isolinux images/stage2.img=$TOPDESTPATH/images/stage2.img + implantisomd5 $TOPDESTPATH/images/$BOOTISO fi } -- cgit