[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: splash img



Am Dienstag, den 03.11.2009, 18:11 +0100 schrieb Dirk Neumann:
> On Tue, 03 Nov 2009 17:35:02 +0100
> "anthony berger" <abdeb@gmx.fr> wrote:
> 
> > 
> > 
> 
> Ah?
> 
> Dirk.

Then you're MUA doestn't support the text/html part of his mail.
Here's what he wrote in a plain text email:

Hi all


It seems impossible to use the SPLASHPNG variable when i create a debian cd.


the d-i syslinux configuration use a splash.png file as splash image but on debian-cd, the tools use the SPLASHPNG variable and create a RLE image 


but this format seems not use.


http://svn.debian.org/wsvn/d-i/trunk/installer/build/boot/x86/stdmenu.cfg

=>

menu background ${SYSDIR}splash.png



but in



http://svn.debian.org/wsvn/debian-cd/trunk/tools/boot/squeeze/boot-x86


continue using



 if [ "$SPLASHPNG" ] ; then
                # Insert our own splash screen.  Color index 0 is
                # background, and index 7 is foreground.  Set to black and
                # white respecively
                pngtopnm < $SPLASHPNG | ppmquant 16 | \
                        ppmtolss16 "#ffffff=7" "#000000=0" > boot$N/isolinux/splash.rle
fi


so the splash image define by the SPLASHPNG var is never used.



bye

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer


Reply to: