From debe459cb40bb7974300d38ec8db4f3cf4f5ed68 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 20 Sep 2002 20:46:03 +0000 Subject: remove the png file from the boot image (#73536) --- scripts/mk-images.i386 | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 -- cgit