mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nixos/initrd-network: use ipconfig from klibc
This apparently has features that the version from Arch's mkinitcpio-nfs-utils does not have. Fixes #75314.
This commit is contained in:
parent
4ba8086aa1
commit
d25c1a8fdc
@ -103,7 +103,7 @@ in
|
||||
boot.initrd.kernelModules = [ "af_packet" ];
|
||||
|
||||
boot.initrd.extraUtilsCommands = ''
|
||||
copy_bin_and_libs ${pkgs.mkinitcpio-nfs-utils}/bin/ipconfig
|
||||
copy_bin_and_libs ${pkgs.klibc}/lib/klibc/bin.static/ipconfig
|
||||
'';
|
||||
|
||||
boot.initrd.preLVMCommands = mkBefore (
|
||||
|
Loading…
Reference in New Issue
Block a user