Use relative path for the background picture in the grub theme
The absolute path was breaking grub on systems with btrfs subvolumes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
# Global Property
|
||||
title-text: ""
|
||||
desktop-image: "/usr/share/grub/themes/kali/grub-16x9.png"
|
||||
desktop-image: "grub-16x9.png"
|
||||
desktop-color: "#2f5595"
|
||||
terminal-font: "Unifont Regular 16"
|
||||
terminal-left: "0"
|
||||
|
||||
Reference in New Issue
Block a user