Currently, boot.iso on ppc gets an implanted md5sum, but not on x86 or x86_64. The attached patch fixes that. Cheers -- Dennis
diff -ur anaconda-12.34/scripts/mk-images.x86 anaconda-12.34-dg/scripts/mk-images.x86 --- anaconda-12.34/scripts/mk-images.x86 2009-10-05 18:23:35.000000000 -0400 +++ anaconda-12.34-dg/scripts/mk-images.x86 2009-10-07 16:47:13.519166000 -0400 @@ -177,5 +177,6 @@ if [ -x /usr/bin/isohybrid ]; then isohybrid $TOPDESTPATH/images/$BOOTISO || echo "Unable to make hybrid boot.iso" fi + implantisomd5 $TOPDESTPATH/images/$BOOTISO fi }
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list