Skip to content

Commit

Permalink
Add man page entry for uefi-preferred
Browse files Browse the repository at this point in the history
The uefi-preferred setting was introduced with e27c743 at that time
the man page was not updated. Fixes #104
  • Loading branch information
rjschwei committed Jan 24, 2024
1 parent e27c743 commit 9e7ef8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions man/man1/ec2uploadimg.1
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,14 @@ or
value in the configuration file.
.IP "--boot-mode"
Optionally specify the boot mode for the image. Accepted values are
.I legacy-bios
.I legacy-bios,
.I uefi,
or
.I uefi .
.I uefi-preferred .
If no boot mode is specified the default behavior for the instance type
applies, uefi for aarch64 instances and bios for x86_64 based instances.
An image with the uefi-preferred setting will boot using uefi if the instance
type supports uefi, otherwise it will use bios.
.IP "-d --description IMAGE_DESCRIPTION"
Specifies a description for the image. The description will also be used for
the snapshot.
Expand Down

0 comments on commit 9e7ef8c

Please sign in to comment.