From a6c7031835eed2209cd843a14c9d6393c4e092d3 Mon Sep 17 00:00:00 2001 From: Sayan Paul Date: Tue, 12 Dec 2023 21:40:03 +0530 Subject: [PATCH] boot-aws: set boot-mode as uefi for aws instance 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)