krunkit: install missing firmware

Otherwise it fails to boot.
This commit is contained in:
Ihar Hrachyshka
2026-05-28 18:26:46 -04:00
parent 82681afcea
commit d1bda4a005

View File

@@ -43,6 +43,10 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
postInstall = ''
install -Dm444 edk2/KRUN_EFI.silent.fd $out/share/krunkit/KRUN_EFI.silent.fd
'';
# This is necessary in order for the binary to keep its entitlements
dontStrip = true;