Skip to content

Commit

Permalink
boot/edge-ami: set boot-mode as uefi for ec2 instance
Browse files Browse the repository at this point in the history
rhel only supports uefi, thus enforcing it.

Signed-off-by: Sayan Paul <[email protected]>
  • Loading branch information
say-paul authored and achilleas-k committed Dec 13, 2023
1 parent 0e44252 commit 15e9d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/boot-image
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def boot_ami(distro, arch, image_type, image_path):
"--username", "osbuild",
"--ssh-privkey", privkey,
"--ssh-pubkey", pubkey,
"--boot-mode" , "uefi",
raw_image_path, "test/scripts/base-host-check.sh"]
runcmd(cmd)

Expand Down

0 comments on commit 15e9d28

Please sign in to comment.