rhino-linux / os

Rhino Linux ISO Builder.
GNU General Public License v3.0
49 stars 11 forks source link

Rhino Linux ISO Builder


Originally forked from Vanilla-OS's ISO builder, which forked from Cinnamon's ISO builder, which forked from Elementary's ISO builder :)


This is the new Rhino Linux (RL) ISO builder (replaces the formerly known RRR-builder) which creates images from scratch and gives us (even) more control over the final image. To set up the builder:

Then, to build:

sudo ./build.sh etc/terraform.conf

The resulting ISO, if successful, will be located in builds/$ARCH. The builder should automatically detect whether to build on ARM64 or AMD64, depending on the machine you run it on. 32-bit images are unsupported.

This build system creates the images using lb/live-build with debootstrap to create images with configuration in etc folder.