Skip to content

Commit

Permalink
Publish 4M versions of ovmf firmware rather than 2M versions.
Browse files Browse the repository at this point in the history
I'm not aware of a reason that 4M versions would not be preferred.
The ovmf/README.debian file says of the 2M versions:

> These images are the same as their "4M" variants, but for use with guests
> using a 2MB flash device. 2MB flash is no longer considered sufficient for
> use with Secure Boot. This is provided only for backwards compatibility.
  • Loading branch information
smoser committed Oct 18, 2023
1 parent e90f6b5 commit e7059ae
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 e7059ae

Please sign in to comment.