Merge pull request #34112 from Baughn/nix-docs
initrd-network: Document the need for modules
This commit is contained in:
commit
c1e764d698
@ -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…
x
Reference in New Issue
Block a user