summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-12-19 21:05:16 +0000
committerJeremy Katz <katzj@redhat.com>2005-12-19 21:05:16 +0000
commit618732f10547e62c6a99f49104ceb64bc3f02b22 (patch)
treee6d178b3b443f497be950bde801ef5e63d818562 /scripts
parent82f4952dd7c4c2e9ee524eff1c46dd248ecec653 (diff)
downloadanaconda-618732f10547e62c6a99f49104ceb64bc3f02b22.tar.gz
anaconda-618732f10547e62c6a99f49104ceb64bc3f02b22.tar.xz
anaconda-618732f10547e62c6a99f49104ceb64bc3f02b22.zip
2005-12-19 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images.x86_64 (SYSLINUX): Generate syslinux splash using script in -logos package instead of hard-coding knowledge of colors here. * scripts/mk-images.i386 (SYSLINUX): Likewise.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3862
-rw-r--r--scripts/mk-images.x86_642
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 3c9f389fa..5166d4a1b 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -26,7 +26,7 @@ prepareBootTree() {
cp $MBD_FSIMAGE $MBD_BOOTTREE/initrd.img
cp $KERNELROOT/boot/vmlinuz-* $MBD_BOOTTREE/vmlinuz
- pngtopnm $BOOTDISKDIR/syslinux-splash.png | ppmtolss16 \#000000=0 \#cdcfd5=7 \#c90000=2 \#ffffff=15 \#5b6c93=9 > $BOOTDISKDIR/splash.lss
+ $IMGPATH/usr/lib/anaconda-runtime/splashtolss.sh $BOOTDISKDIR/syslinux-splash.png $BOOTDISKDIR/splash.lss
if [ $? != 0 ]; then
echo $0: Failed to create splash.lss
exit 1
diff --git a/scripts/mk-images.x86_64 b/scripts/mk-images.x86_64
index 5f9aec5c7..194244925 100644
--- a/scripts/mk-images.x86_64
+++ b/scripts/mk-images.x86_64
@@ -16,7 +16,7 @@ prepareBootTree() {
cp $MBD_FSIMAGE $MBD_BOOTTREE/initrd.img
cp $KERNELROOT/boot/vmlinuz-* $MBD_BOOTTREE/vmlinuz
- pngtopnm $BOOTDISKDIR/syslinux-splash.png | ppmtolss16 \#000000=0 \#cdcfd5=7 \#c90000=2 \#ffffff=15 \#5b6c93=9 > $BOOTDISKDIR/splash.lss
+ $IMGPATH/usr/lib/anaconda-runtime/splashtolss.sh $BOOTDISKDIR/syslinux-splash.png $BOOTDISKDIR/splash.lss
if [ $? != 0 ]; then
echo $0: Failed to create splash.lss
exit 1