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
- Host: GitHub
- URL: https://github.com/averms/verms-os
- Owner: averms
- Created: 2024-12-14T23:40:21.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2025-02-09T08:18:54.000Z (over 1 year ago)
- Last Synced: 2025-02-09T08:28:29.006Z (over 1 year ago)
- Topics: bootc, ostree
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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