[syslinux] [RFC/PATCH 2/3] core: MultiFS infrastructure added.

Raphael S Carvalho raphael.scarv at gmail.com
Fri Oct 18 09:15:40 PDT 2013


On Fri, Oct 18, 2013 at 2:42 AM, Raphael S.Carvalho
<raphael.scarv at gmail.com> wrote:
> From: Raphael S. Carvalho <raphael.scarv at gmail.com>
>
> MULTIFS SYNTAX:
> (hd[disk number]:[partition number])/path/to/file
>

It's wrong (my fault), comma is currently the unique delimiter for
MultiFS syntax.

Correct syntax:
(hd[disk number],[partition number])/path/to/file

Nonetheless, it will be probably better to use a space instead as a
comma would conflict with the delimiter of multiple initramfs files.
As pointed out by Ady2, it would also be better from an user
perspective and more consistent at the same time.

-- 
Raphael S. Carvalho


More information about the Syslinux mailing list