]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
syslinux_parse: Fix the case of unknown localboot.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 4 Mar 2015 13:19:29 +0000 (14:19 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 4 Mar 2015 13:19:29 +0000 (14:19 +0100)
Reported by: Jordan Uggla

grub-core/lib/syslinux_parse.c

index afc12b50230d225df5f458600ba5ba1cf32d12bb..22389eb97970ab746bb185d8652de84c0e4727a7 100644 (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");