Use wallpaper with logo (grub.jpg) in grub

This commit is contained in:
Andrey Cherepanov 2016-08-31 14:06:56 +03:00
parent 7c27eb8442
commit ec01fe6598
3 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ boot-images:
#bootsplash
boot-splash: boot-images
mkdir -p $(datadir)/plymouth/themes/$(THEME)
#cp -al boot-800x600.jpg $(datadir)/plymouth/themes/$(THEME)/grub.jpg
cp -al images/grub.jpg $(datadir)/plymouth/themes/$(THEME)/grub.jpg
cp -al images/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

View File

@ -25,7 +25,7 @@ message-font: "DejaVu Sans Regular 12"
title-text: ""
message-color: "#000000"
message-bg-color: "#0c2c6c"
desktop-image: "boot.png"
desktop-image: "grub.jpg"
terminal-font: "Misc Fixed Regular 13"
#help bar at the bottom

BIN
images/grub.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB