mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:29:54 +07:00
boot: rewrite for non rtc compatible systems
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
7e595e828c
commit
63d3816464
@ -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}")"
|
||||
|
Loading…
Reference in New Issue
Block a user