syslinux_parse: Fix the case of unknown localboot.
Reported by: Jordan Uggla
This commit is contained in:
parent
5959b15c1c
commit
dc06aa949b
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue