diff --git a/Makefile b/Makefile index 6fd884d..a7eb774 100644 --- a/Makefile +++ b/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/ diff --git a/debian/README.Debian b/debian/README.Debian index 22f42c6..3001410 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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" diff --git a/debian/postinst b/debian/postinst index 7247b0e..d26dac3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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 diff --git a/grub/lines-grub-1920x1080.png b/grub/lines-grub-1920x1080.png new file mode 100644 index 0000000..3fc9677 Binary files /dev/null and b/grub/lines-grub-1920x1080.png differ