Unverified Commit d68a84a5 authored by Shea Levy's avatar Shea Levy
Browse files

OVMF: Use larger flash size with secure boot.

Debian claims the default is too small.
parent 0703a702
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ stdenv, nixosTests, lib, edk2, util-linux, nasm, acpica-tools, llvmPackages
, csmSupport ? false, seabios
, fdSize2MB ? csmSupport
, fdSize4MB ? false
, fdSize4MB ? secureBoot
, secureBoot ? false
, systemManagementModeRequired ? secureBoot && stdenv.hostPlatform.isx86
, httpSupport ? false