mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-09 10:30:46 +00:00
GRUB_PREFIX has been removed; hardcode /boot/grub in 05_debian_theme instead.
This commit is contained in:
parent
d08f867b4a
commit
ec7f8045e4
2
debian/grub.d/05_debian_theme
vendored
2
debian/grub.d/05_debian_theme
vendored
@ -21,7 +21,7 @@ set -e
|
||||
. /usr/share/grub/grub-mkconfig_lib
|
||||
|
||||
# We want to work in /boot/grub/ only.
|
||||
test -d "${GRUB_PREFIX}"; cd "${GRUB_PREFIX}"
|
||||
test -d /boot/grub; cd /boot/grub
|
||||
|
||||
# Set the location of a possibly necessary cache file for the background image.
|
||||
# NOTE: This MUST BE A DOTFILE to avoid confusing it with user-defined images.
|
||||
|
Loading…
Reference in New Issue
Block a user