#!/bin/bash # Panel for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# . /usr/share/bigcontrolcenter/default/theme-categories.sh.htm #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-themes-plymouth echo ' ' title=$"Plymouth Splash" apply=$"Aplicar" close=$"Sair" back=$"Voltar para tela de configuracao" #title echo "$title" #header open_header echo "$title" '
' $"Altere a imagem que aparece enquanto o sistema esta sendo carregado." close_header if [ "$p_fb" = "yes" ] then echo 'FRAMEBUFFER=y' > /etc/initramfs-tools/conf.d/splash update-initramfs -k $(uname -r) -u 2> /dev/null > /dev/null fi if [ "$p_fb" = "no" ] then rm -f /etc/initramfs-tools/conf.d/splash update-initramfs -k $(uname -r) -u 2> /dev/null > /dev/null fi update-initramfs -k $(uname -r) -u 2> /dev/null > /dev/null #body echo '
' echo "

" echo $"Alteracao aplicada." "

" echo "
"