On Wed, Jun 09, 2010 at 05:47:05PM +0200, Harald Hoyer wrote:
http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=commitdiff;h=169f16715145fd087d61ef7fdfd7e9a3cbb68fc9

adds support for multiple iscsi disks with the syntax:

root=<normal block path or UUID or LABEL>  \
netroot=iscsi:...  netroot=iscsi:... netroot=iscsi:...

which is suboptimal, because you can't specify it in the dhcp protocol.

A better syntax would be a single netroot (also for FCoE disk) something like:

netroot=netdisks:iscsi:...[separator]iscsi:...[separator]fcoe:...

be warned that DHCP option format is generally
code: 1 byte
lenght: 1 byte
data: lenght bytes

which would limit the lenght of the netroot string to 255 charachters
anyway.

L.

--
Luca Berra -- [email protected]
         Communication Media & Services S.r.l.
  /"\
  \ /     ASCII RIBBON CAMPAIGN
   X        AGAINST HTML MAIL
  / \
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to