Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayou-brogrammer/orora
https://github.com/bayou-brogrammer/orora
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bayou-brogrammer/orora
- Owner: bayou-brogrammer
- License: apache-2.0
- Created: 2024-02-21T21:17:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T20:16:19.000Z (9 months ago)
- Last Synced: 2024-10-27T15:42:21.704Z (about 2 months ago)
- Language: Shell
- Size: 176 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ōrora (オーロラ)
[Ōrora (オーロラ)](https://www.nihongomaster.com/japanese/dictionary/word/3106/o%E3%83%BCrora-%E3%82%AA%E3%83%BC%E3%83%AD%E3%83%A9) is an opinionated custom-built operating system developed on the solid foundation of Universal Blue (Ublue). Embark on a Cosmic Computing Odyssey with Ōrora: Your Imagination in the Universe of Operating Systems
[![Deploy Ōrora](https://github.com/bayou-brogrammer/orora/actions/workflows/deploy.yml/badge.svg)](https://github.com/bayou-brogrammer/orora/actions/workflows/deploy.yml)
[![Ōrora Iso Release](https://github.com/bayou-brogrammer/orora/actions/workflows/build_iso.yml/badge.svg?branch=live)](https://github.com/bayou-brogrammer/orora/actions/workflows/build_iso.yml)## Installation
Images that can be rebased:
- [Silverblue](https://fedoraproject.org/silverblue/)
- [Kinoite](https://fedoraproject.org/kinoite/)
- [Sericea](https://fedoraproject.org/sericea/)
- [Onyx](https://fedoraproject.org/onyx/)
- [Any UBlue OS Image](https://universal-blue.org/images/)
- [Any rpm-ostree Based Image](https://coreos.github.io/rpm-ostree/)---
> [!CAUTION]
> It is recommended to pin your current deployment before rebasing onto another.
> sudo ostree admin pin 0- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```sh
rpm-ostree rebase ostree-unverified-registry:ghcr.io/bayou-brogrammer/orora-asus:latest --reboot
```- Then rebase to the signed image, like so:
```sh
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/bayou-brogrammer/orora-asus:latest --reboot
```- This repository builds date tags as well, so if you want to rebase to a particular day's build:
```sh
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/bayou-brogrammer/orora-asus:20230403
```## Signing
This repository by default also supports signing.
The `latest` tag will automatically point to the latest build. That build will still always use the Fedora version
specified in `recipe.yml`, so you won't get accidentally updated to the next major version.## Collaborators
## Contributors