summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-23 20:40:59 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-23 20:40:59 +0000
commit670cc603de108eae80079c48757d1e0f835bc9e2 (patch)
tree21b63c813f3110996caa464f774be5fb0f259df3
parentd2261a3d5e05bc280c6ad5c01f608d8b97cb0569 (diff)
downloadanaconda-670cc603de108eae80079c48757d1e0f835bc9e2.tar.gz
anaconda-670cc603de108eae80079c48757d1e0f835bc9e2.tar.xz
anaconda-670cc603de108eae80079c48757d1e0f835bc9e2.zip
set some colors explicitly when doing the ppmtolss16. will probably tweaking if we get a different image
-rw-r--r--scripts/mk-images.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 840443cdb..42dee8ccc 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -21,7 +21,7 @@ prepareBootTree() {
cp $MBD_FSIMAGE $MBD_BOOTTREE/initrd.img
cp $KERNELROOT/boot/vmlinuz-* $MBD_BOOTTREE/vmlinuz
- pngtopnm $BOOTDISKDIR/syslinux-splash.png | ppmtolss16 > $BOOTDISKDIR/splash.lss
+ pngtopnm $BOOTDISKDIR/syslinux-splash.png | ppmtolss16 \#000000=0 \#fefefd=7 \#ce0202=2 > $BOOTDISKDIR/splash.lss
cp $BOOTDISKDIR/splash.lss $MBD_BOOTTREE/splash.lss
if [ -d $BOOTDISKDIR/$BOOTLANG ]; then
# fb console and kon don't get along...