https://github.com/regolith-linux/iso
Generator for the Regolith ISO images
https://github.com/regolith-linux/iso
Last synced: 4 months ago
JSON representation
Generator for the Regolith ISO images
- Host: GitHub
- URL: https://github.com/regolith-linux/iso
- Owner: regolith-linux
- Created: 2020-10-25T17:23:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T01:04:43.000Z (about 1 year ago)
- Last Synced: 2026-02-04T11:09:04.602Z (4 months ago)
- Language: Shell
- Size: 233 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regolith ISO Builder
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.
## Prerequisites
- [Vagrant](https://www.vagrantup.com/) (>= 2.2.10)
- A backend for Vagrant. Most people will probably want to install [Virtualbox](https://www.virtualbox.org) (tested with version >= 6.1.10).
## Build ISO
1. `vagrant up`
2. `vagrant ssh`
Then, inside the box:
3. `cp -r /vagrant builder`
4. `cd builder`
5. `sudo ./build`
this should leave an ISO file and two checksum files in `builds/amd64/`.