Implement syslinux parser.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 04:28:05 +0000 (05:28 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 04:28:05 +0000 (05:28 +0100)
commit8f5add13fffe1278a6b4d5240874d6651c2c412f
tree123b07dea039609bda283389fbfbcbfe9fbc8b13
parent8ff35d0a1b8bfe8a30872e774ebffcd10380d0bb
Implement syslinux parser.
ChangeLog
Makefile.util.def
docs/man/grub-syslinux2cfg.h2m [new file with mode: 0644]
grub-core/Makefile.core.def
grub-core/commands/syslinuxcfg.c [new file with mode: 0644]
grub-core/lib/getline.c [new file with mode: 0644]
grub-core/lib/syslinux_parse.c [new file with mode: 0644]
grub-core/normal/main.c
include/grub/syslinux_parse.h [new file with mode: 0644]
util/grub-syslinux2cfg.c [new file with mode: 0644]