fix another overlooked "grub" -> "grub-legacy" instance
Gbp-Dch: Ignore
This commit is contained in:
parent
9d7393bbdb
commit
cb2d9a0fe4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue