grub2: fix using wrong directory in certain cases

Update feb-2020:
Both grub2 and syslinux were affected by this issue. Someone else's
patch fixing syslinux only just recently got merged in
2735f3bd38 but grub2 was still
affected. I had made patches for both in 2015 which never got
merged. This is the grub2 one.

Gbp-Dch: Short
Closes: #952843
This commit is contained in:
jnqnfe 2015-01-15 03:26:13 +00:00 committed by Raphaël Hertzog
parent f60b0a2747
commit 2791a0d1e4
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ case "${LB_INITRAMFS}" in
;;
*)
INITFS=""
INITFS="boot"
;;
esac