grub: Add splash image

This commit is contained in:
Michael Tremer
2014-09-04 12:07:10 +02:00
parent 61aaa5206f
commit 3ef5dd9871
3 changed files with 3 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX="panic=10"
GRUB_DISABLE_RECOVERY="true"
GRUB_BACKGROUND="/boot/grub/splash.png"