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

Re: plymouth package issue




> 
> 
> Great, that worked.
> By the way, if I want to change the theme from 'text' to 'script' theme
> 
> If I do 
>         /usr/sbin/plymouth-set-default-theme script
> 
> just after the apt in the hook seems to return 1 instead of 0 and the
> hook fails ...
> 

I answer myself:
With the the following local hook, i can install and setup plymouth
properly.

        echo "I: ***** Instalando el paquete plymouth *****"
        apt-get install -y plymouth
        SALIDA=`/usr/sbin/plymouth-set-default-theme script`
        /usr/sbin/update-initramfs -u
        
        
Thanks again for you help.


-- 
Carlos Alarcón.

Tel: 916 244 049 ext: 2002


Reply to: