Use wallpapers with logo for Plymouth
This commit is contained in:
parent
478045878f
commit
ae1a7838dd
@ -490,7 +490,6 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
|
||||
|
||||
%files bootsplash
|
||||
%_datadir/plymouth/themes/%theme/*
|
||||
%exclude %_datadir/plymouth/themes/%theme/*.in
|
||||
|
||||
%files release
|
||||
%_sysconfdir/*-release
|
||||
|
@ -44,9 +44,11 @@ boot-images:
|
||||
boot-splash: boot-images
|
||||
mkdir -p $(datadir)/plymouth/themes/$(THEME)
|
||||
cp -al images/grub.jpg $(datadir)/plymouth/themes/$(THEME)/grub.jpg
|
||||
cp -al images/background*x*.png $(datadir)/plymouth/themes/$(THEME)/
|
||||
# Put logo to background*x*.png
|
||||
cp -al images/with-logo/background*x*.png $(datadir)/plymouth/themes/$(THEME)/
|
||||
cp -a components/bootsplash/* $(datadir)/plymouth/themes/$(THEME)
|
||||
mv $(datadir)/plymouth/themes/$(THEME)/theme.plymouth $(datadir)/plymouth/themes/$(THEME)/$(THEME).plymouth
|
||||
rm -f $(datadir)/plymouth/themes/$(THEME)/*.in
|
||||
#bootloader
|
||||
boot: boot-images
|
||||
DEFAULT_LANG='--lang-to-subst--' PATH=$(PATH):/usr/sbin make -C design-bootloader-source
|
||||
|
BIN
images/with-logo/background16x9.png
Normal file
BIN
images/with-logo/background16x9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
BIN
images/with-logo/background4x3.png
Normal file
BIN
images/with-logo/background4x3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
Loading…
Reference in New Issue
Block a user