Use grub.jpg from images directory for grub wallpaper

This commit is contained in:
Andrey Cherepanov 2021-09-30 20:13:12 +03:00 committed by Alexey Shabalin
parent 31eefb8ff1
commit 4c8232faea

View File

@ -120,7 +120,7 @@ boot: boot-arch
install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME)
cp -a grub2/* $(sysconfdir)/../boot/grub/themes/$(THEME)/
install -m 644 images/boot.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png
install -m 644 images/boot.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
install -m 644 images/grub.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
INDEXHTML_DIR=$(datadir)/doc/indexhtml
indexhtml: