Add grub widescreenn variant

This commit is contained in:
Aurélien COUDERC
2014-12-05 14:48:49 +00:00
parent 7295d20aaf
commit 6e4ddaa613
4 changed files with 7 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ install:
# grub
$(INSTALL) grub/lines-grub.png $(DESTDIR)/usr/share/images/desktop-base/
$(INSTALL) grub/lines-grub-1920x1080.png $(DESTDIR)/usr/share/images/desktop-base/
$(INSTALL) grub/joy-grub.png $(DESTDIR)/usr/share/images/desktop-base/
$(INSTALL) grub/spacefun-grub.png $(DESTDIR)/usr/share/images/desktop-base/
$(INSTALL) grub/spacefun-grub-widescreen.png $(DESTDIR)/usr/share/images/desktop-base/

View File

@@ -36,7 +36,8 @@ For splash screens you can run:
sudo update-alternatives --config desktop-splash
For grub, you can select standard or widescreen version too, using:
For grub, you can select standard or widescreen version too. Widescreen can be
better in particular for UEFI firmwares:
sudo update-alternatives --config desktop-grub
@@ -86,3 +87,6 @@ GRUB_CMDLINE_LINUX_DEFAULT variable. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
or to keep the grub background during kernel load:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fbcon=vc:2-6"

1
debian/postinst vendored
View File

@@ -64,6 +64,7 @@ EOF
/usr/share/images/desktop-base/$background $priority
done << EOF
lines-grub.png 20
lines-grub-1920x1080.png 15
joy-grub.png 15
spacefun-grub.png 15
spacefun-grub-widescreen.png 14

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB