summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-09-20 20:46:03 +0000
committerJeremy Katz <katzj@redhat.com>2002-09-20 20:46:03 +0000
commitdebe459cb40bb7974300d38ec8db4f3cf4f5ed68 (patch)
tree6e29221f7e00cd3e382793eb78c36e8be00f7a55 /scripts
parent04244dbbb3cf5fc85101ea4309824ea91c1914d0 (diff)
remove the png file from the boot image (#73536)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 3b8a7520a..c9a5bd16d 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -23,6 +23,7 @@ prepareBootTree() {
cp $KERNELROOT/boot/vmlinuz-* $MBD_BOOTTREE/vmlinuz
pngtopnm $BOOTDISKDIR/syslinux-splash.png | ppmtolss16 \#000000=0 \#c4c7ce=7 \#c60000=2 \#ffffff=15 \#7790c2=9 > $BOOTDISKDIR/splash.lss
cp $BOOTDISKDIR/splash.lss $MBD_BOOTTREE/splash.lss
+ rm -f $MBD_BOOTTREE/syslinux-splash.png
if [ -d $BOOTDISKDIR/$BOOTLANG ]; then
# fb console and kon don't get along...
if [ "$BOOTLANG" = "ja_JP" ]; then