syslinux_parse: Fix the case of unknown localboot.

Reported by: Jordan Uggla
This commit is contained in:
Vladimir Serbinenko 2015-03-04 14:19:29 +01:00
parent 5959b15c1c
commit dc06aa949b
1 changed files with 1 additions and 0 deletions

View File

@ -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");