Implement grub-menulst2cfg and fix many bugs in legacy_parser

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-27 20:04:49 +02:00
parent 92eb189b69
commit fff175c77f
6 changed files with 636 additions and 468 deletions

View file

@ -1407,5 +1407,6 @@ module = {
module = {
name = legacycfg;
common = commands/legacycfg.c;
common = lib/legacy_parse.c;
enable = i386_pc;
};
};