Commit graph

7 commits

Author SHA1 Message Date
vxtls
4af03590fb refactor(script-generator): move resume init mount/network logic into helpers.sh 2026-03-19 18:59:23 -04:00
vxtls
4f0f50366b fix(steps-guix): make seed packaging scripts create their own build dirs in src_unpack 2026-03-04 16:37:57 -05:00
vxtls
ea69ae93b8 fix(steps-guix): support explicit build dir for source-less seed packages 2026-03-04 16:25:28 -05:00
vxtls
893a320f6f fix(network): deterministically restore qemu networking before src_get downloads 2026-03-04 16:14:59 -05:00
vxtls
afec884ea5 fix(guix-bzip2): enforce static install and validate runnable bzip2 during apply 2026-03-02 19:42:31 -05:00
vxtls
3178f1f9e0 Add Guix step including bootstrap bin, build guix, build iso and fix some small bug 2026-02-28 19:19:18 -05:00
vxtls
6fcb8f4d4a bootstrap: add stage0 image reuse for guix and simplify guix handoff flow
- add --stage0-image in rootfs.py for qemu to boot an existing kernel-bootstrap image
- when --stage0-image is combined with --build-guix-also, update BUILD_GUIX_ALSO in image config and sync /steps-guix into the image
- require stage0 /init to contain guix handoff marker instead of patching /init implicitly
- add run_steps_guix_if_requested() to make_bootable-generated /init so rebooted stage0 images can enter steps-guix directly
- run /steps-guix/0.sh with bash in after.sh
- make script-generator start mode convention-based: /steps stays kaem-first, alternate roots (e.g. /steps-guix) start in bash
- remove redundant explicit /steps config-root argument from seed/preseeded/reconfigure script-generator calls
2026-02-18 14:35:17 -05:00