Build toolchain for X.I.N.Y Linux
This is the placeholder repository for when I eventually upload the X.I.N.Y build toolchain.
Easier to plan ahead.
Refer to EnterTheVoid-x86/xiny.
Source will be published sometime in Late 2026.
X.I.N.Y uses top-of-the-tree software, a chroot for the squashfs, and a few commands to generate ISOs for building.
The plan? Automate this with a bash script and a few neat options :)
Eventually I want X.I.N.Y to be able to reproduce a build of itself, but this is far out of reach at the moment. Maybe you can help once source code is cleaned up and polished...
- xiny-builder
- Makefile
- scripts
- 1-git_repos.sh
- 2-dependency_installer.sh
- 3-configure_build_toolchain.sh
- 4-generate_chroot.sh
- 5-build_all_software.sh
- 6-squashfs_dracut.sh
- 7-generate_iso.sh
- software
- linux
- coreutils
- openrc
- sysvinit
- sed
- nano
- etc...
- output
- xiny.iso
- bzImage
- dracut.img
- rootfs.sfs
- chroot
- bin
- usr
- etc
- var
- sbin
- boot
- home
- root
- sys
- proc
- dev
This is the eventual layout I would like to have implemented.