Hi, On 06/09/2010 05:47 PM, 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:... What do you think? Any better ideas?
I think that will be a pain for the cmdline generating code in anaconda, one argument per disk please. Note having this as netroot syntax and a separate iscsi_disk= for the one argument per disk case would be fine. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html