Add grub widescreenn variant
This commit is contained in:
1
Makefile
1
Makefile
@@ -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/
|
||||
|
||||
6
debian/README.Debian
vendored
6
debian/README.Debian
vendored
@@ -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
1
debian/postinst
vendored
@@ -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
|
||||
|
||||
BIN
grub/lines-grub-1920x1080.png
Normal file
BIN
grub/lines-grub-1920x1080.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 322 KiB |
Reference in New Issue
Block a user