[Simple-cdd-devel] SPLASH

Antoine Hue antoine.hue at gmail.com
Fri Jan 21 11:44:53 UTC 2011


2011/1/19 Paulo Ricardo Bruck <paulobruck1 at gmail.com>

>
>  I'm trying to change the first image when we are installing debian
> +simple-cdd.
> at /usr/share/simple-cdd/readme  and simple-cdd howto , they talk about a
> parameter that we can change using simple-cdd:
> SPLASHPNG=/home/zeus/zeus-teste/splash.png
>
>
Hi again,

You should search with grep for this variable within the tmp/ directory, it
will show where it is used.

$ grep -R  SPLASHPNG $simple-cdd-dir
./tmp/debian-cd/easy-build.sh:#export
SPLASHPNG="$BASEDIR/data/$CODENAME/splash-img.png"
./tmp/debian-cd/CONF.sh:unset SPLASHPNG         || true
./tmp/debian-cd/CONF.sh:#export
SPLASHPNG="$BASEDIR/data/$CODENAME/splash-img.png"
./tmp/debian-cd/tools/boot/lenny/boot-x86:    if [ "$SPLASHPNG" ] ; then
./tmp/debian-cd/tools/boot/lenny/boot-x86:        pngtopnm < $SPLASHPNG |
ppmquant 16 | \




You might also need to export this variable since it is most probably used
in a sub-script of simple-cdd or debian-cd.

Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/simple-cdd-devel/attachments/20110121/148304e1/attachment.htm>


More information about the Simple-cdd-devel mailing list