explicitly inform the user of the boot mode (fixes #8)

dialog
Matt C 3 years ago
parent b1baf8a298
commit 97dc39a7a4

@ -81,6 +81,12 @@ else
fi fi
echo "EFI=$EFI" echo "EFI=$EFI"
if [[ "$EFI" == "yes" ]]; then
prompt "This PC seems to have booted with UEFI. Press enter to confirm"
else
prompt "This PC seems to *not* have booted with UEFI. Press enter to aknowledge, or press Control+C if this seems wrong."
fi
inf "Setting system clock via network" inf "Setting system clock via network"
timedatectl set-ntp true timedatectl set-ntp true

Loading…
Cancel
Save