Skip to content

Repository files navigation

Neko-Void ISO Builder

image

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.

Cloning the Repository

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

Build Instructions

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:

Standard Builds

  • Build Xorg ISO:
    bash neko-builder.sh xorg
    
  • Build Xlibre ISO:
    bash neko-builder.sh xlibre
    

Rolling Builds (Latest Kernel)

  • Build Xorg Rolling ISO:
    bash neko-builder.sh rolling
    
  • Build Xlibre Rolling ISO:
    bash neko-builder.sh rollibre
    

neko-builder.sh Usage Details

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.

Related Projects and Resources

You can find more information about the Neko ecosystem at these locations: