An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# BlueHatOS (NVIDIA)   [![bluebuild build badge](https://github.com/mike-tmnlli/bhos-nvidia/actions/workflows/build.yml/badge.svg)](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
```