Something went wrong. Try again.
Monorepo for Aesthetic.Computer aesthetic.computer
Something went wrong. Try again.
native: install-reboot (SDL path) → ac_reboot() instead of _exit(0) master
The SDL init path's post-install reboot hit `_exit(0)` after trying sysrq-b + reboot -f. Exit code 0 tells init.sh "POWER OFF, don't reboot", so if the reboot attempts failed, init.sh would drop into its poweroff branch and wait forever instead of trying its own fallback ladder (reboot -f → sysrq-b → halt -f → sysrq-c panic). Route both install paths through ac_reboot() for consistency — reboot(2) syscall tries UEFI ResetSystem first (reboot=efi,cold), then systemctl/busybox reboot fallbacks, then _exit(2) which keys init.sh's reboot branch. Matches what os.mjs's "y: reboot" flow already does. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author prompt.ac/@jeffrey Co-author Claude Opus 4.6 (1M context) Date (Apr 14, 2026, 10:43 PM UTC) Commit 9688741c 9688741cc32bbe03d5bcd7f6689fd2266aa25186 Parent 503c7fde 503c7fdeefb001f3128bcf0e87c9b577bd58197c