From da406f8e9b1748c87567f622c003580009143043 Mon Sep 17 00:00:00 2001 From: Sayan Paul Date: Tue, 12 Dec 2023 21:40:03 +0530 Subject: [PATCH] boot/edge-ami: set boot-mode as uefi for ec2 instance rhel only supports uefi, thus enforcing it. Signed-off-by: Sayan Paul --- test/scripts/boot-image | 1 + 1 file changed, 1 insertion(+) diff --git a/test/scripts/boot-image b/test/scripts/boot-image index bf96d00867..4bcf397345 100755 --- a/test/scripts/boot-image +++ b/test/scripts/boot-image @@ -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)