mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:39: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}")
|
BUS=$(getBus "${LOADER_DISK}")
|
||||||
# Check if machine has EFI
|
# Check if machine has EFI
|
||||||
[ -d /sys/firmware/efi ] && EFI=1 || EFI=0
|
[ -d /sys/firmware/efi ] && EFI=1 || EFI=0
|
||||||
# NTP
|
|
||||||
ntpCheck
|
|
||||||
|
|
||||||
# Print Title centralized
|
# Print Title centralized
|
||||||
clear
|
clear
|
||||||
@ -318,4 +316,4 @@ elif [ "${DIRECTBOOT}" == "false" ]; then
|
|||||||
# Boot to DSM
|
# Boot to DSM
|
||||||
[ "${KERNELLOAD}" == "kexec" ] && kexec -e || poweroff
|
[ "${KERNELLOAD}" == "kexec" ] && kexec -e || poweroff
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user