Skip to content

Debian Live configuration and scripts for generating ubuntu based images, forked from elementary OS Terraform

License

Notifications You must be signed in to change notification settings

UbuntuDDE/iso-builder

 
 

Repository files navigation

ISO Builder

This ISO builder is fork of the good work from the elementary crew. Many thanks to the devs there https://github.com/elementary/os

Building Locally

As UbuntuDDE is built with the Debian version of live-build, not the Ubuntu patched version, it's easiest to build an UbuntuDDE .iso in a Debian VM or container. This prevents messing up your host system too.

The following example uses Docker and assumes you have Docker correctly installed and set up:

Clone this project & cd into it:

git clone https://github.com/UbuntuDDE/iso-builder && cd iso-builder

Configure the channel in the etc/terraform.conf (unstable, stable).

Run the build:

docker run --privileged -i -v /proc:/proc \
    -v ${PWD}:/working_dir \
    -w /working_dir \
    debian:latest \
    /bin/bash -s etc/terraform.conf < build.sh

When done, your image will be in the builds folder.

Further Information

More information about the concepts behind live-build and the technical decisions made to arrive at this set of tools to build an .iso can be found on the wiki.

About

Debian Live configuration and scripts for generating ubuntu based images, forked from elementary OS Terraform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.3%
  • Shell 42.7%