3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #47665 from erikarvstedt/initrd-improvements

Minor initrd improvements
This commit is contained in:
Matthew Bauer 2019-01-06 21:48:26 -06:00 committed by GitHub
commit 751c03e8fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -56,7 +56,8 @@ in
is acquired using DHCP.
You should add the module(s) required for your network card to
boot.initrd.availableKernelModules. lspci -v -s <ethernet controller>
boot.initrd.availableKernelModules.
<literal>lspci -v | grep -iA8 'network\|ethernet'</literal>
will tell you which.
'';
};

View file

@ -82,6 +82,7 @@ in
default = config.users.users.root.openssh.authorizedKeys.keys;
description = ''
Authorized keys for the root user on initrd.
Note that Dropbear doesn't support OpenSSH's Ed25519 key type.
'';
};