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:
parent
f60b0a2747
commit
2791a0d1e4
|
@ -150,7 +150,7 @@ case "${LB_INITRAMFS}" in
|
|||
;;
|
||||
|
||||
*)
|
||||
INITFS=""
|
||||
INITFS="boot"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue