Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vanilla-OS/live-iso
Vanilla OS Live ISO Builder.
https://github.com/Vanilla-OS/live-iso
gnome immutable iso linux live-iso operating-system vanillaos
Last synced: 4 months ago
JSON representation
Vanilla OS Live ISO Builder.
- Host: GitHub
- URL: https://github.com/Vanilla-OS/live-iso
- Owner: Vanilla-OS
- License: gpl-3.0
- Fork: true (ubuntucinnamon/iso-builder-devel)
- Created: 2022-09-07T13:44:57.000Z (over 2 years ago)
- Default Branch: orchid
- Last Pushed: 2024-08-26T07:13:53.000Z (5 months ago)
- Last Synced: 2024-08-26T09:19:57.576Z (5 months ago)
- Topics: gnome, immutable, iso, linux, live-iso, operating-system, vanillaos
- Language: Shell
- Homepage:
- Size: 399 KB
- Stars: 977
- Watchers: 23
- Forks: 107
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Vanilla OS Live ISO Builder
Get the latest Vanilla OS ISOs from the [Releases page](https://github.com/Vanilla-OS/live-iso/releases).
---
This ISO builder is a combination of previous efforts from Ubuntu
Budgie (budgie-remix at the time), some stuff from livecd-rootfs from launchpad
and Elementary OS, thanks to the amazing devs from all around!
Elem Link: https://github.com/elementary/os---
## Building Locally
1.) Clone this project & `cd` into it:
```sh
git clone https://github.com/Vanilla-OS/live-iso.git && cd live-iso
```2.) Configure the channel in the `etc/terraform.conf` (unstable, all).
3.) Run the build:
```sh
docker run --privileged -i -v /proc:/proc \
-v ${PWD}:/working_dir \
-w /working_dir \
ghcr.io/vanilla-os/pico:main \
/bin/bash -s etc/terraform.conf < build.sh
```4.) When done, your image will be in the `builds` folder.