boot: remove ntp from boot

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-09-06 08:05:45 +02:00
parent 97431a6a3b
commit 29a5a54f7e

View File

@ -19,8 +19,6 @@ ARCBRANCH="$(readConfigKey "arc.branch" "${USER_CONFIG_FILE}")"
BUS=$(getBus "${LOADER_DISK}")
# Check if machine has EFI
[ -d /sys/firmware/efi ] && EFI=1 || EFI=0
# NTP
ntpCheck
# Print Title centralized
clear
@ -318,4 +316,4 @@ elif [ "${DIRECTBOOT}" == "false" ]; then
# Boot to DSM
[ "${KERNELLOAD}" == "kexec" ] && kexec -e || poweroff
fi
exit 0
exit 0