--- rpms/anaconda/sme7/centos4-isolinux-colors.patch 2007/06/12 14:39:14 1.1 +++ rpms/anaconda/sme7/centos4-isolinux-colors.patch 2007/12/01 03:37:30 1.2 @@ -1,3 +1,15 @@ +diff -uNr anaconda-10.1.1.37.orig/scripts/mk-images.i386 anaconda-10.1.1.37/scripts/mk-images.i386 +--- anaconda-10.1.1.37.orig/scripts/mk-images.i386 2006-03-11 17:28:51.000000000 -0600 ++++ anaconda-10.1.1.37/scripts/mk-images.i386 2006-03-11 17:29:48.000000000 -0600 +@@ -31,7 +31,7 @@ + cp $KERNELROOT/boot/vmlinuz-* $MBD_BOOTTREE/vmlinuz + fi + +- pngtopnm $BOOTDISKDIR/syslinux-splash.png | ppmtolss16 \#000000=0 \#cdcfd5=7 \#c90000=2 \#ffffff=15 \#5b6c93=9 > $BOOTDISKDIR/splash.lss ++ pngtopnm $BOOTDISKDIR/syslinux-splash.png | ppmtolss16 \#3399FF=2 > $BOOTDISKDIR/splash.lss + if [ $? != 0 ]; then + echo $0: Failed to create splash.lss + exit 1 diff -uNr anaconda-10.1.1.37.orig/scripts/mk-images.x86_64 anaconda-10.1.1.37/scripts/mk-images.x86_64 --- anaconda-10.1.1.37.orig/scripts/mk-images.x86_64 2004-10-12 14:30:08.000000000 -0500 +++ anaconda-10.1.1.37/scripts/mk-images.x86_64 2006-03-11 17:30:07.000000000 -0600