From 9ee2b6cc2336d65cff3b0d2e61c2ac68a7ea8d51 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 10 Sep 2024 20:22:21 +0200 Subject: [PATCH] boot: cleanup (speedup boot - time reading has no sense here, time will be read by dsm at boot) Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index d91eb68d..eb946e65 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -46,9 +46,6 @@ if [ "${ZIMAGE_HASH_CUR}" != "${ZIMAGE_HASH}" ] || [ "${RAMDISK_HASH_CUR}" != "$ echo fi -# Clock Setting -hwclock --hctosys > /dev/null 2>&1 || true - # Read model/system variables PLATFORM="$(readConfigKey "platform" "${USER_CONFIG_FILE}")" MODEL="$(readConfigKey "model" "${USER_CONFIG_FILE}")" @@ -78,7 +75,6 @@ echo echo -e "\033[1;37mLocation:\033[0m" echo -e "Keymap: \033[1;37m${KEYMAP}\033[0m" echo -e "Timezone: \033[1;37m${REGION}/${TIMEZONE}\033[0m" -echo -e "Time: \033[1;37m$(TZ="${REGION}/${TIMEZONE}" && date "+%F %H:%M:%S")\033[0m" echo if ! readConfigMap "addons" "${USER_CONFIG_FILE}" | grep -q nvmesystem; then