Merge pull request #34112 from Baughn/nix-docs

initrd-network: Document the need for modules
This commit is contained in:
Jörg Thalheim 2018-01-21 22:55:11 +00:00 committed by GitHub
commit c1e764d698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,10 @@ in
kernel documentation</link>. Otherwise, if
<option>networking.useDHCP</option> is enabled, an IP address
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.
'';
};