Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reznik-gh/reznionite
My personal Kinoite ublue build.
https://github.com/reznik-gh/reznionite
atomic bluebuild bluebuild-image custom-image image-based immutable linux linux-custom-image oci oci-image operating-system
Last synced: about 2 months ago
JSON representation
My personal Kinoite ublue build.
- Host: GitHub
- URL: https://github.com/reznik-gh/reznionite
- Owner: reznik-gh
- License: apache-2.0
- Created: 2024-08-04T17:22:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:03:46.000Z (2 months ago)
- Last Synced: 2024-10-25T16:57:55.721Z (2 months ago)
- Topics: atomic, bluebuild, bluebuild-image, custom-image, image-based, immutable, linux, linux-custom-image, oci, oci-image, operating-system
- Language: Shell
- Homepage:
- Size: 16.6 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
# reznionite [![build-ublue](https://github.com/reznik-gh/reznionite/actions/workflows/build.yml/badge.svg)](https://github.com/reznik-gh/reznionite/actions/workflows/build.yml)
## Allgemeines
Mein eigenes ublue image. Gebaut nach der Anleitung auf [BlueBuild docs](https://blue-build.org/how-to/setup/).
![Screenshot der KDE Konsole mit den Ausgaben von 'rpm-ostree status' und 'fastfetch'](/reznionite-screenshot.png)
### Basiert auf
kinoite-nvidia
### Hinzugefügte Pakete
- fastfetch & fastfetch-bash-completion
- steam-devices
- yt-dlp & yt-dlp-bash-completion
- pwgen
- screen
- xorg-x11-nvidia
### Entfernte Pakete
- firefox & firefox-langpacks
- just
### Hinzugefügte Dateien
*noch nichts*
### Hinzugefügte configs
*noch nichts*## Installation
> [!WARNING]
> [Das hier ist ein experimentells Feature](https://www.fedoraproject.org/wiki/Changes/OstreeNativeContainerStable). *Eltern haften für ihre Kinder.*Für ein rebase von einer existierenden Fedora atomic Installation zum aktuellsten Build:
- Zuerst ein rebase zum unsignierten Image, um die Schlüssel und die policies zu bekommen:
```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/reznik-gh/reznionite:latest
```
- Dann den ganzen Bumms neustarten:
```
systemctl reboot
```
- Jetzt noch ein rebase zum signierten Image:
```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/reznik-gh/reznionite:latest
```
- Noch ein reboot:
```
systemctl reboot
```## Verifizierung
Diese Images sind mit [Sigstore](https://www.sigstore.dev/)s [cosign](https://github.com/sigstore/cosign) signiert. Du kannst die Signatur verifizieren, indem du die `cosign.pub` aus diesem Repo runterlädst und folgenden Befehl ausführst:
```bash
cosign verify --key cosign.pub ghcr.io/reznik-gh/reznionite
```
## ISOEs ist möglich eine Iso als Installationsmedium zu generieren, wenn der ganze Bumms direkt auf Fedora Atomic basiert. Kann man aber nicht auf Github hosten, da die ISOs zu groß sind. Infos wie das geht gibt es [hier](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso).