diff options
| author | Jeremy Katz <katzj@redhat.com> | 2002-09-20 20:46:03 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2002-09-20 20:46:03 +0000 |
| commit | debe459cb40bb7974300d38ec8db4f3cf4f5ed68 (patch) | |
| tree | 6e29221f7e00cd3e382793eb78c36e8be00f7a55 /scripts | |
| parent | 04244dbbb3cf5fc85101ea4309824ea91c1914d0 (diff) | |
remove the png file from the boot image (#73536)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mk-images.i386 | 1 |
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 |
