Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catdevnull/nulo-os
based in
https://github.com/catdevnull/nulo-os
Last synced: 2 months ago
JSON representation
based in
- Host: GitHub
- URL: https://github.com/catdevnull/nulo-os
- Owner: catdevnull
- License: apache-2.0
- Created: 2024-02-25T16:50:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T12:58:47.000Z (7 months ago)
- Last Synced: 2024-06-03T15:00:22.783Z (7 months ago)
- Language: Python
- Homepage: https://github.com/achhabra2/fw13-amd-kinoite/tree/live
- Size: 955 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
# kinoite-fw13-amd
Heavily inspired on [achhabra2's images](https://github.com/achhabra2/fw13-amd-kinoite), this image is a lightweight layer on top of UBlue's Kinoite with a few tweaks for the Framework 13 (AMD 7040 series).
## Features
- Scripts to setup special kernel arguments needed for a smooth experience in the FW13 AMD
- Including one to setup the display's color profile :)
- `amdgpu_top` and some ROCM stuff from upstream which I haven't tested :)
- `amd_s2idle.py` already installed with dependencies
- A few extras (powertop, tailscale, fish shell, wl-clipboard)## Installation
> **Warning**
> [This is an experimental feature](https://www.fedoraproject.org/wiki/Changes/OstreeNativeContainerStable), try at your own discretion.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/catdevnull/kinoite-fw13-amd: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/catdevnull/kinoite-fw13-amd:latest
```
- Reboot again to complete the installation
```
systemctl reboot
```
- Setup recommended kernel arguments and screen color profile:
```
just fw13-amd
just fw13-amd-colors
```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.
## Verification
These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:
```bash
cosign verify --key cosign.pub ghcr.io/catdevnull/kinoite-fw13-amd
```