diff options
Diffstat (limited to 'script/roms')
-rwxr-xr-x | script/roms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/roms b/script/roms index f63d6418..51ce4fd7 100755 --- a/script/roms +++ b/script/roms @@ -232,7 +232,7 @@ build_grub_roms() [ "$payload1" = "grub" ] && return 0 cbfs "$tmprom" "$grubdata/bootorder" bootorder raw cprom cp "$tmprom" "${newrom%.rom}_grubfirst.rom" - [ "$payload_seabios_grubonly" = "y" ] && return 0 + [ "$payload_seabios_grubonly" = "y" ] || return 0 x_ "$cbfstool" "$tmprom" add-int -i 0 -n etc/show-boot-menu cprom cp "$tmprom" "${newrom%.rom}_grubonly.rom" } |