fix another overlooked "grub" -> "grub-legacy" instance

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-05-04 17:37:14 +01:00
parent 9d7393bbdb
commit cb2d9a0fe4
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ cp -T ${CP_OPTIONS} binary/ chroot/binary.tmp
FIXME()
{
if [ "${LB_FIRST_BOOTLOADER}" = "grub" ]
if [ "${LB_FIRST_BOOTLOADER}" = "grub-legacy" ]
then
cat > chroot/grub.sh << EOF