initrd-network: Document the need for modules
This commit is contained in:
parent
9858950687
commit
5c5259d68d
|
@ -40,6 +40,10 @@ in
|
||||||
kernel documentation</link>. Otherwise, if
|
kernel documentation</link>. Otherwise, if
|
||||||
<option>networking.useDHCP</option> is enabled, an IP address
|
<option>networking.useDHCP</option> is enabled, an IP address
|
||||||
is acquired using DHCP.
|
is acquired using DHCP.
|
||||||
|
|
||||||
|
You should add the module(s) required for your network card to
|
||||||
|
boot.initrd.availableKernelModules. lspci -v -s <ethernet controller>
|
||||||
|
will tell you which.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue