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

https://github.com/ssweeny/bluefin-dx-ssweeny

My custom Linux image based on bluefin-dx
https://github.com/ssweeny/bluefin-dx-ssweeny

atomic bluebuild bluebuild-image custom-image image-based immutable linux linux-custom-image oci oci-image operating-system

Last synced: 5 months ago
JSON representation

My custom Linux image based on bluefin-dx

Awesome Lists containing this project

README

          

# bluefin-dx-ssweeny

My customized version of [Universal Blue](https://universal-blue.org/)'s [Project Bluefin](https://projectbluefin.io/) with some System76 drivers and a few niceties from Pop!_OS added.

* **`bluefin-dx-ssweeny`**: Based on `bluefin:stable`.

## 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/ssweeny/bluefin-dx-ssweeny: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/ssweeny/bluefin-dx-ssweeny:latest
```
- Reboot again to complete the installation
```
systemctl reboot
```

This image follows the `bluefin-dx` `stable` tag, which typically gets updated once a week on Sunday mornings.

## ISO

If building on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.

## 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/ssweeny/bluefin-dx-ssweeny
```