<br><div class="gmail_quote">2011/1/19 Paulo Ricardo Bruck <span dir="ltr">&lt;<a href="mailto:paulobruck1@gmail.com">paulobruck1@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">

</div><br> I&#39;m trying to change the first image when we are installing debian +simple-cdd.<br>
at /usr/share/simple-cdd/readme  and simple-cdd howto , they talk about a parameter that we can change using simple-cdd:<br>
<div class="im">SPLASHPNG=/home/zeus/zeus-teste/splash.png<br><br></div></blockquote><div><br>Hi again,<br>
<br>
You should search with grep for this variable within the tmp/ directory, it will show where it is used. <br><br>$ grep -R  SPLASHPNG $simple-cdd-dir<br>./tmp/debian-cd/easy-build.sh:#export SPLASHPNG=&quot;$BASEDIR/data/$CODENAME/splash-img.png&quot;<br>
./tmp/debian-cd/CONF.sh:unset SPLASHPNG         || true<br>./tmp/debian-cd/CONF.sh:#export SPLASHPNG=&quot;$BASEDIR/data/$CODENAME/splash-img.png&quot;<br>./tmp/debian-cd/tools/boot/lenny/boot-x86:    if [ &quot;$SPLASHPNG&quot; ] ; then<br>
./tmp/debian-cd/tools/boot/lenny/boot-x86:        pngtopnm &lt; $SPLASHPNG | ppmquant 16 | \<br><br><br><br><br>You might also need to export this variable since it is most probably used in a sub-script of simple-cdd or debian-cd.<br>
<br>Antoine<br></div></div>