Merge pull request #258074 from RaitoBezarius/ovmf-full-aa64
This commit is contained in:
commit
052489e617
1 changed files with 3 additions and 1 deletions
|
@ -27043,7 +27043,9 @@ with pkgs;
|
|||
OVMF = callPackage ../applications/virtualization/OVMF { };
|
||||
OVMFFull = callPackage ../applications/virtualization/OVMF {
|
||||
secureBoot = true;
|
||||
csmSupport = true;
|
||||
# CSM support is a BIOS emulation mechanism,
|
||||
# SeaBIOS is only available on x86.
|
||||
csmSupport = stdenv.hostPlatform.isx86;
|
||||
httpSupport = true;
|
||||
tpmSupport = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue