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

splash img



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


Reply to: