https://github.com/markupstart/qwerty
https://github.com/markupstart/qwerty
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markupstart/qwerty
- Owner: markupstart
- License: apache-2.0
- Created: 2024-05-22T01:05:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T15:36:28.000Z (4 months ago)
- Last Synced: 2025-03-14T16:35:18.577Z (4 months ago)
- Language: Shell
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is my build with things I need on a daily basis.
## Installation
To rebase an existing atomic Fedora installation to the latest build:
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/markupstart/qwerty:latest
```
- Reboot to complete the rebase:
```
systemctl reboot
```
- Then rebase to the signed image, like so:
```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/markupstart/qwerty:latest
```
- Reboot again to complete the installation
```
systemctl reboot
```