Skip to content

Vanilla-OS/live-iso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

303 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla OS Live ISO Builder

Get the latest Vanilla OS ISOs from the Releases page.


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:

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:

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.

About

Vanilla OS Live ISO Builder.

Topics

Resources

License

Code of conduct

Contributing

Stars

1k stars

Watchers

19 watching

Forks

Sponsor this project

  •  

Contributors

Languages

  • Shell 100.0%