Skip to content

Commit

Permalink
Merge pull request #49 from smoser/fix/4m-ovmf
Browse files Browse the repository at this point in the history
Publish 4M versions of ovmf firmware rather than 2M versions.
  • Loading branch information
hallyn committed Oct 18, 2023
2 parents e90f6b5 + e7059ae commit 584f3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/ovmf/stacker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ovmf-build:
mkdir "$d/ovmf"
codef=/usr/share/OVMF/OVMF_CODE.secboot.fd
varsf=/usr/share/OVMF/OVMF_VARS.fd
codef=/usr/share/OVMF/OVMF_CODE_4M.secboot.fd
varsf=/usr/share/OVMF/OVMF_VARS_4M.fd
cp "$codef" "$d/ovmf/ovmf-code.fd"
cp "$varsf" "$d/ovmf/ovmf-vars.fd"
Expand Down

0 comments on commit 584f3a4

Please sign in to comment.