Enable IGB for Intel I210 NIC.
Enable MPT3SAS driver for SAS controller.
Enable XFS and EXFAT for supporting boot from more types
of partitions.
Signed-off-by: Vanshidhar Konda <vkonda@amperecomputing.com>
Now on boot you'll have tools:
~/> dhclient eth0
1970/01/01 00:00:50 Bringing up interface eth0...
1970/01/01 00:00:51 Attempting to get DHCPv4 lease on eth0
^CException: dhclient killed by signal interrupt
[tty], line 1: dhclient eth0
~/> ip l
1: lo: <UP,LOOPBACK> mtu 65536 state UNKNOWN
link/loopback
2: eth0: <UP,BROADCAST,MULTICAST> mtu 1500 state UP
link/ether 0c:42:a1:54:21:16
3: eth1: <BROADCAST,MULTICAST> mtu 1500 state DOWN
link/ether 0c:42:a1:54:21:17
4: tunl0: <0> mtu 1480 state DOWN
link/ipip
~/>
which are handy. ls /bbin for more.
Signed-off-by: Ronald G. Minnich <rminnich@google.com>