boot: change back to reboot to dsm instead of booting dsm directly

(better for hardware initialization)

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-09-09 22:55:40 +02:00
parent 250e809fe2
commit 748eed9e1f

View File

@ -880,7 +880,7 @@ function boot() {
--infobox "Booting DSM...\nPlease stay patient!" 4 25
hwclock --systohc
sleep 2
. ${ARC_PATH}/boot.sh
exec reboot
exit 0
}