Remove biglinux FIXME comment. It's a non-issue
This commit is contained in:
parent
7ddbecf25f
commit
2a87d7d1b6
2 changed files with 1 additions and 2 deletions
|
@ -190,7 +190,7 @@ grub_cmd_legacy_kernel (struct grub_command *mycmd __attribute__ ((unused)),
|
|||
continue;
|
||||
}
|
||||
|
||||
/* FIXME: what's the difference? */
|
||||
/* linux16 handles both zImages and bzImages. */
|
||||
if (argc >= 1 && (grub_strcmp (args[0], "--type=linux") == 0
|
||||
|| grub_strcmp (args[0], "--type=biglinux") == 0))
|
||||
{
|
||||
|
|
|
@ -120,7 +120,6 @@ struct legacy_command legacy_commands[] =
|
|||
/* install unsupported. */
|
||||
/* ioprobe unsupported. */
|
||||
/* FIXME: really support --no-mem-option. */
|
||||
/* FIXME: distinguish linux and biglinux. */
|
||||
/* FIXME: dublicate multiboot filename. */
|
||||
{"kernel", "legacy_kernel %s %s '%s' %s\n", 4, {TYPE_TYPE_OR_NOMEM_OPTION,
|
||||
TYPE_TYPE_OR_NOMEM_OPTION,
|
||||
|
|
Loading…
Reference in a new issue