Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

ac-os: fix infinite recursion in oven builds

build_initramfs() called build-and-flash.sh which called ac-os build
which called build_initramfs() again. Remove the stale shim call —
ac-os already handles initramfs directly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

-2
-2
fedac/native/ac-os
··· 72 72 build_initramfs() { 73 73 log "Building initramfs (sudo)..." 74 74 cd "${SCRIPT_DIR}" 75 - sudo bash scripts/build-and-flash.sh --skip-kernel --skip-binary 2>&1 \ 76 - | grep -E "Baked|KidLisp|Initramfs:|error" || true 77 75 78 76 # KidLisp: npx not available under sudo, bundle as user then copy 79 77 local KIDLISP_SRC="${SCRIPT_DIR}/../../system/public/aesthetic.computer/lib/kidlisp.mjs"