mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 21:59:53 +07:00
boot: remove ntp from boot
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
97431a6a3b
commit
29a5a54f7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user