Quote:
I previously suggested changing, from unnecessary loading menu.c32 twice each time, to using the CONFIG directive instead. I included in my suggestion this file too, but was the only one not changed. That's the reason I'm asking.
Oh I see. I have updated /boot/syslinux/syslinux.cfg.Quote:
Several CONFIG statements from the Syslinux menu are transferred to the grub4dos menu.
syslinux2grub4dos.sed fixed, plus a few other fixes as well. PS: Boy, sed is difficult to debug! Took me awhile with this thing.Quote:
I don't understand what you mean. I just gave an example of a potential case with duplicated files.
I think what you mean is this: Code:
MULTIBOOTCD
\distro1
\distro2
\ubcd
\pmagic*
\ubcd
\pmagic
resulting in duplicate files.\distro1
\distro2
\ubcd
\pmagic*
\ubcd
\pmagic
To me, this makes no sense at all. The right layout should be:
Code:
MULTIBOOTCD
\distro1
\distro2
\ubcd
\pmagic*
\distro1
\distro2
\ubcd
\pmagic*