Skip to content

Commit

Permalink
feat: Secure boot option (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 29, 2023
1 parent abcd652 commit 0fea4ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ case "${BOOT_MODE,,}" in
uefi)
BOOT_OPTS="-bios /usr/share/OVMF/OVMF_CODE_4M.fd"
;;
secure)
BOOT_OPTS="-bios /usr/share/OVMF/OVMF_CODE_4M.secboot.fd"
;;
legacy)
BOOT_OPTS=""
;;
Expand Down

0 comments on commit 0fea4ff

Please sign in to comment.