This repository allows you to build custom Live ISO images for Neko-Void Linux. The build process includes support for non-free software, proprietary drivers, Steam, and gaming-related packages.
First, clone this repository and its submodules. This repository includes the source code for the Neko Wizard and the Kasha installer module.
git clone https://codeberg.org/javiercplus/Neko-Void.git Neko-Void
cd Neko-Void
git submodule update --init --recursive
To build a Neko-Void ISO, you need to use the neko-builder.sh script located in the live-maker directory. First, change to that directory:
cd live-maker
Then, execute the builder script with your desired configuration:
- Build Xorg ISO:
bash neko-builder.sh xorg
- Build Xlibre ISO:
bash neko-builder.sh xlibre
- Build Xorg Rolling ISO:
bash neko-builder.sh rolling
- Build Xlibre Rolling ISO:
bash neko-builder.sh rollibre
The build script supports multiple options. For example:
- ./neko-builder.sh - Runs in interactive mode.
- ./neko-builder.sh - Builds a specific desktop environment (e.g., xorg, rolling).
- ./neko-builder.sh -e "pkg..." - Builds with extra specified packages.
- ./neko-builder.sh doble - Builds both Xlibre and Xorg ISOs.
- ./neko-builder.sh doble-isor - Builds both Rollibre and Rolling ISOs.
You can find more information about the Neko ecosystem at these locations:
- Repo Builder: https://github.com/Neko-Void-Linux/repo-neko
- Custom Kernels (Actions): https://github.com/Neko-Void-Linux/kernel-neko-void/actions
- Website Source Code: https://github.com/javiercplus/nk-web
