This repository contains the scripts and documentation for building the official LuminOS ISO image.
- An Ubuntu (24.04 LTS) or Debian (12+) based host system.
sudo
privileges.- The following build dependencies must be installed:
sudo apt-get install git live-build debootstrap debian-archive-keyring plymouth
- Clone this repository:
git clone [https://github.com/4LuminOS/build-scripts.git](https://github.com/4LuminOS/build-scripts.git)
- Navigate into the directory:
cd build-scripts
- Run the master build script as root. This process will be long and will download several gigabytes of packages.
sudo ./build.sh
- If successful, the final
.iso
file will be in thebuild-scripts
folder.