Skip to content

Commit

Permalink
fix: Time syncronization on Windows (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 7, 2024
1 parent 134cfc0 commit 8db4d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ case "${BOOT_MODE,,}" in
windows)
ROM="AAVMF_CODE.no-secboot.fd"
VARS="AAVMF_VARS.fd"
BOOT_OPTS="-rtc base=localtime"
;;
windows_secure)
SECURE=",secure=on"
BOOT_DESC=" securely"
ROM="AAVMF_CODE.ms.fd"
VARS="AAVMF_VARS.ms.fd"
BOOT_OPTS="-rtc base=localtime"
;;
*)
info "Unknown boot mode '${BOOT_MODE}', defaulting to 'uefi'"
Expand Down

0 comments on commit 8db4d7c

Please sign in to comment.