https://github.com/mike-tmnlli/bhos-nvidia
https://github.com/mike-tmnlli/bhos-nvidia
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
- Host: GitHub
- URL: https://github.com/mike-tmnlli/bhos-nvidia
- Owner: mike-tmnlli
- License: apache-2.0
- Created: 2025-01-25T04:00:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T04:25:11.000Z (3 months ago)
- Last Synced: 2025-01-25T05:16:48.321Z (3 months ago)
- Topics: atomic, bluebuild, bluebuild-image, custom-image, image-based, immutable, linux, linux-custom-image, oci, oci-image, operating-system
- Language: Shell
- Size: 11.7 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
# BlueHatOS (NVIDIA) [](https://github.com/mike-tmnlli/bhos-nvidia/actions/workflows/build.yml)
## 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/mike-tmnlli/bhos-nvidia: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/mike-tmnlli/bhos-nvidia:latest
```
- Reboot again to complete the installation
```
systemctl reboot
```