This is a fork of Elementary's ISO build scripts and there's still a ton of work left to do.
For now this should build an ISO, no branding yet, not specific settings, no garantees that it will even boot or install. You've been warned.
- Vagrant (>= 2.2.10)
- A backend for Vagrant. Most people will probably want to install Virtualbox (tested with version >= 6.1.10).
vagrant up
vagrant ssh
Then, inside the box:
cp -r /vagrant builder
cd builder
sudo ./build
this should leave an ISO file and two checksum files in builds/amd64/
.