GRUB theme: replace desktop-color with desktop-image
authorMichael Prokop <mika@grml.org>
Tue, 16 May 2017 21:13:12 +0000 (23:13 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 16 May 2017 21:16:00 +0000 (23:16 +0200)
With the desktop-color option we run into:

| error: null src bitmap in grub_video_bitmap_create_scaled.
| Loading kernel...
| Loading initrd...
|
| Press any key to continue...

By replacing it with this small black.png as desktop-image (which
is automatically stretched to the whole screen) the error message
disappears.

Closes grml/grml#16
Thanks: Michael Schierl <schierlm@gmx.de>

templates/boot/grub/grml-theme/black.png [new file with mode: 0644]
templates/boot/grub/grml-theme/theme.txt

diff --git a/templates/boot/grub/grml-theme/black.png b/templates/boot/grub/grml-theme/black.png
new file mode 100644 (file)
index 0000000..83736f6
Binary files /dev/null and b/templates/boot/grub/grml-theme/black.png differ
index bf867ef..ef8af04 100644 (file)
@@ -1,6 +1,6 @@
 title-text: ""
 title-color: "#FFFFFF"
-desktop-color: "black"
+desktop-image: "black.png"
 message-color: "#FFFFFF"
 
 + image {