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;
|
break;
|
||||||
}
|
}
|
||||||
print_string (" # UNSUPPORTED localboot type ");
|
print_string (" # UNSUPPORTED localboot type ");
|
||||||
|
print_string ("\ntrue;\n");
|
||||||
if (print_num (outbuf, n))
|
if (print_num (outbuf, n))
|
||||||
return grub_errno;
|
return grub_errno;
|
||||||
print_string ("\n");
|
print_string ("\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue