Warren Togami wrote:
https://sourceforge.net/apps/trac/dracut/wiki/commandline
Configuration in initrd ¶
/conf/conf.d/*
command line options can override values set here
What is the intent here? This is only used from
modules.d/95iscsi/iscsiroot and nowhere else.
Network ¶
* ip=[dhcp|on|any]
o get ip from dhcp server from all interfaces
o If root=dhcp, loop sequentially through all interfaces
(eth0, eth1, ...) and use the first with a valid DHCP root-path.
dhcp and any seem to do the same thing. Get rid of any?
This is "legacy" from kernel nfsroot. We should keep this for compatibility.
* ip=<interface>:[dhcp|on|any]
o get ip from dhcp server on a specific interface
* ip=[none|off]
o no TCP/IP network
What is the point of this? When is this ever useful?
ip=[none|off] doesn't make any sense at all. Can be removed IMHO.
Regards,
Philippe
--
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