From: Vladimir Serbinenko Date: Wed, 4 Mar 2015 13:19:29 +0000 (+0100) Subject: syslinux_parse: Fix the case of unknown localboot. X-Git-Tag: 2.02-beta3~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc06aa949b7ff25cec78e6c415a65b444c11d8d9;p=thirdparty%2Fgrub.git syslinux_parse: Fix the case of unknown localboot. Reported by: Jordan Uggla --- diff --git a/grub-core/lib/syslinux_parse.c b/grub-core/lib/syslinux_parse.c index afc12b502..22389eb97 100644 --- a/grub-core/lib/syslinux_parse.c +++ b/grub-core/lib/syslinux_parse.c @@ -945,6 +945,7 @@ write_entry (struct output_buffer *outbuf, break; } print_string (" # UNSUPPORTED localboot type "); + print_string ("\ntrue;\n"); if (print_num (outbuf, n)) return grub_errno; print_string ("\n");