An open API service indexing awesome lists of open source software.

https://github.com/averms/verms-os

My custom build of Fedora Silverblue
https://github.com/averms/verms-os

bootc ostree

Last synced: 8 months ago
JSON representation

My custom build of Fedora Silverblue

Awesome Lists containing this project

README

          

# verms OS

## Installation

Install Fedora Silverblue 41 first. Then upgrade and reboot. Then run

```
bootc switch ghcr.io/averms/verms-os:latest
```

If you would like to build a qcow2 image for running under qemu, type
`./go.sh build-qcow2`. If you would like to build an ISO for interactive installation
on bare-metal, type `./go.sh build-iso`. These rely on the currently unstable
bootc-image-builder, so your mileage may vary.

## References

I learned a lot from reading the code of the following projects:

- https://github.com/travier/fedora-sysexts
- https://github.com/ublue-os/bluefin-lts
- https://github.com/ublue-os/main
- https://gitlab.com/fedora/bootc/examples