Configuring a nic in an initrd with busybox should not be too cumbersome.
For a straight forward approach one could use the kernel command line
and tell it to get the info via dhcp.
And last but not least one could bootstrap load GPXE via the NICs PXE,
which in turn passes the pxe discovered IP configuration into the
kernel, or create some gpxe bootscript including the ip configuration to
be passed to the kernel, if no dhcp is available.
There are quite some options actually ;-).
Regards
-Sven
Stuart D. Gathman schrieb:
On Thu, 17 Sep 2009, Les Mikesell wrote:
I have one client with a SAN system, and it seems to perform well.
It is one client that never needs to install a physical disk on a
server I maintain for them. (Caveat, booting from iSCSI requires bringing up a
Nic - which is tricky to do for linux in initrd.)
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/