Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuadavidthomas/oppy-os
https://github.com/joshuadavidthomas/oppy-os
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuadavidthomas/oppy-os
- Owner: joshuadavidthomas
- License: apache-2.0
- Created: 2024-06-17T14:11:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T23:30:52.000Z (about 1 month ago)
- Last Synced: 2024-10-16T21:42:19.905Z (29 days ago)
- Language: Shell
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oppy-os
This repository contains my personal attempt at a Universal Blue custom image.
## Installation
1. Initial installation should be done using the Aurora ISO found [here](https://getaurora.dev).
2. After first boot, rebase to the unsigned image in order to get the proper signing keys and policies, then reboot.
```bash
rpm-ostree rebase ostree-unverified-registry:ghcr.io/joshuadavidthomas/oppy-os:latest
systemctl reboot
```3. After rebooting, rebase to the signed image and reboot to complete the installation.
```bash
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/joshuadavidthomas/oppy-os:latest
systemctl reboot
```