[Simple-cdd-devel] Fwd: SPLASH - partialy solved

Paulo Ricardo Bruck paulobruck1 at gmail.com
Fri Jan 21 15:47:21 UTC 2011


----- Mensagem original -----
> De: "Antoine Hue" <antoine.hue at gmail.com>
> Para: Simple-cdd-devel at lists.alioth.debian.org
> Enviadas: Sexta-feira, 21 de Janeiro de 2011 9:44:53
> Assunto: Re: [Simple-cdd-devel] SPLASH
> 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.
> 
Hi Antoine

Thanks for help

I'm using indeed SPLASHPNG and exporting it:
 
#) cat profiles/default.conf
---cut--------
export KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed noapic nolapic"
export SPLASHPNG="/home/zeus/zeus-teste/splash.png"

but it is not working...

BUT thanks for your explanation I did:

$) rm -f tmp/cd-build/lenny/boot1/isolinux/splash.png
$) cp /home/zeus/zeus-teste/splash.png tmp/cd-build/lenny/boot1/isolinux/
#) chattr +i tmp/cd-build/lenny/boot1/isolinux/splash.png

$) simple-cdd

And now it is  working....

Yes , I know it is not the best approach , but at least it will give time to study how to do it correctly....


thaks again for your help

> Antoine
> 
> _______________________________________________
> Simple-cdd-devel mailing list
> Simple-cdd-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/simple-cdd-devel

-- 
Paulo Ricardo Bruck
Consultor Linux




More information about the Simple-cdd-devel mailing list