ipxe: add imgtrust and ping

imgtrust is needed to run netboot.xyz scripts.
ping is useful for testing network settings.
Also add HTTP option for clarity (it's already being built).
wip/yesman
Nikolay Amiantov 5 years ago
parent 9e12db91de
commit 6152007747
  1. 7
      pkgs/tools/misc/ipxe/default.nix

@ -42,7 +42,12 @@ stdenv.mkDerivation {
] ++ lib.optional (embedScript != null) "EMBED=${embedScript}";
enabledOptions = [ "DOWNLOAD_PROTO_HTTPS" ];
enabledOptions = [
"PING_CMD"
"IMAGE_TRUST_CMD"
"DOWNLOAD_PROTO_HTTP"
"DOWNLOAD_PROTO_HTTPS"
];
configurePhase = ''
runHook preConfigure

Loading…
Cancel
Save