Merge pull request #188292 from parthy/ipxe-additional-options

ipxe: Allow to specify additional options
This commit is contained in:
Jacek Galowicz
2022-08-26 15:10:15 +02:00
committed by GitHub
+2 -1
View File
@@ -3,6 +3,7 @@
, syslinux ? null
, embedScript ? null
, additionalTargets ? {}
, additionalOptions ? []
}:
let
@@ -63,7 +64,7 @@ stdenv.mkDerivation rec {
"IMAGE_TRUST_CMD"
"DOWNLOAD_PROTO_HTTP"
"DOWNLOAD_PROTO_HTTPS"
];
] ++ additionalOptions;
configurePhase = ''
runHook preConfigure