]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove biglinux FIXME comment. It's a non-issue
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 27 Aug 2010 20:34:25 +0000 (22:34 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 27 Aug 2010 20:34:25 +0000 (22:34 +0200)
grub-core/commands/legacycfg.c
grub-core/lib/legacy_parse.c

index db53f2c92c4c5a4b04ba4e0c6d736dd1b23528fe..aca6d1e1f951f5da8c28e5b8330d3e07a77e681b 100644 (file)
@@ -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))
        {
index 1c502187d11f94308000ff48be3d177f90c5b66c..f2d3dec0abe48ba339c3897a67f49873097349f5 100644 (file)
@@ -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,