LFS-style bootstrap system for building Astaraxia Linux from scratch.
Horizon is a 3-stage bootstrap process inspired by:
- Gentoo stages: Stage tarballs and build scripts
- Linux From Scratch: Step-by-step system building methodology
- Stage 1: Temporary Toolchain (~2-4 hours)
- Stage 2: Chroot Preparation (~3-5 hours)
- Stage 3: Final System (~6-10 hours)
# Initialize Horizon
sudo astral -h --init
# Run stages
export LFS=/mnt/lfs
sudo mkdir -pv $LFS
sudo astral -h --stage 1
sudo astral -h --stage 2
sudo astral --chroot $LFS
astral -h --stage 3See docs/ directory for detailed guides.
MIT