From 63d38164644fe4044d0a85dfcb930deadcc90439 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 10 Sep 2024 20:00:32 +0200 Subject: [PATCH] boot: rewrite for non rtc compatible systems Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index 2e4def6d..d91eb68d 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -47,7 +47,7 @@ if [ "${ZIMAGE_HASH_CUR}" != "${ZIMAGE_HASH}" ] || [ "${RAMDISK_HASH_CUR}" != "$ fi # Clock Setting -hwclock --hctosys > /dev/null 2>&1 +hwclock --hctosys > /dev/null 2>&1 || true # Read model/system variables PLATFORM="$(readConfigKey "platform" "${USER_CONFIG_FILE}")"