You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workstation from your childhood home's computer room.
2
3
3
-
See the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository based on this template.
4
-
5
-
After setup, it is recommended you update this README to describe your custom image.
4
+
Fedora Atomic Desktop variant using XFCE and Chicago95.
6
5
7
6
## Installation
8
7
@@ -13,15 +12,15 @@ To rebase an existing atomic Fedora installation to the latest build:
13
12
14
13
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
15
14
```
16
-
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ledif/bluegap:latest
15
+
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ledif/blue95:latest
17
16
```
18
17
- Reboot to complete the rebase:
19
18
```
20
19
systemctl reboot
21
20
```
22
21
- Then rebase to the signed image, like so:
23
22
```
24
-
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ledif/bluegap:latest
23
+
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ledif/blue95:latest
25
24
```
26
25
- Reboot again to complete the installation
27
26
```
@@ -39,5 +38,5 @@ If build on Fedora Atomic, you can generate an offline ISO with the instructions
39
38
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:
0 commit comments