Commit graph

13 commits

Author SHA1 Message Date
vxtls
685f8aefa2 fix(steps-guix): run finalize_fhs after linux64 jump and drop ad-hoc mtab hack 2026-02-24 10:41:21 -05:00
vxtls
ae840fa57c fix(steps-guix): run final after stage to prevent pid1 exit panic 2026-02-24 08:32:18 -05:00
vxtls
faeff8acc4 fix(steps-guix): bring network up after linux64 jump before fetching new sources 2026-02-23 17:23:42 -05:00
vxtls
0b53827ca7 refactor(steps-guix): align linux64 handover with upstream jump flow and end with shared after 2026-02-23 14:54:36 -05:00
vxtls
6c2fd501ed feat(steps-guix): add default libgpg-error-1.59 build script
feat(steps-guix): add libgcrypt-1.12.1 default build with gcc-detected host and pkg-config path
feat(steps-guix): add guile-gcrypt-0.5.0 with dynamic libgcrypt prefix and ld library path
2026-02-23 11:28:40 -05:00
vxtls
55be03a50d refactor(steps-guix): use improve-based linux64 handover to keep /init untouched 2026-02-23 07:52:40 -05:00
vxtls
6b10401b65 feat(steps-guix): build linux64 kernel and switch via jump with backup 2026-02-22 20:31:36 -05:00
vxtls
51d47734c2 feat(musl-obstack): add steps-guix musl-obstack-1.2.3 step with verified sha256 and wire it before elfutils 2026-02-22 11:41:40 -05:00
vxtls
9515d300d1 feat(elfutils): add steps-guix elfutils-0.194 pass1 with autotools regeneration and fts/argp env wiring 2026-02-22 07:45:22 -05:00
vxtls
afd79c2a42 musl-fts-1.2.7: update checksum 2026-02-21 22:10:15 -05:00
vxtls
e86bbab992 steps-guix: add argp-standalone-1.4.1 kernel-toolchain step
- add steps-guix/argp-standalone-1.4.1/pass1.sh
- run autoreconf before configure
- build/install with standard flow into /kernel-toolchain
- wire argp-standalone-1.4.1 into steps-guix manifest after gcc
- prepare argp for later kernel-side elfutils dependency
2026-02-21 09:27:11 -05:00
vxtls
856438676f steps-guix: add gcc-15.2.0 pass1 for kernel toolchain bootstrap
- add gcc-15.2.0 to steps-guix manifest after binutils-2.41
- keep full gcc-15.2.0 pass1 src_prepare cleanup/regeneration flow
- switch configure/build/install to kernel toolchain bootstrap mode:
  --without-headers, --enable-multilib, all-gcc, all-target-libgcc
- install into /kernel-toolchain and prioritize /kernel-toolchain/bin in PATH
- add missing gcc distfiles entry for SARIF spec
- include decDPD helper files used during src_prepare
2026-02-20 19:18:44 -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