Skip to content

Commit

Permalink
test/boot-image: don't specify boot mode
Browse files Browse the repository at this point in the history
We might specify it in the future, knowing which mode each image
supports, but for now let's leave it off.

This reverts commit 15e9d28.
  • Loading branch information
achilleas-k committed Dec 19, 2023
1 parent 589fc70 commit d159ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/scripts/boot-image
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ 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 d159ce1

Please sign in to comment.