Skip to content

Commit

Permalink
Move next to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Flöser committed Mar 7, 2024
1 parent 2ccfd3d commit 7271aaa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bluejay-next
# bluejay

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.

Expand All @@ -13,22 +13,22 @@ 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/dockde/bluejay-next:latest
rpm-ostree rebase ostree-unverified-registry:ghcr.io/dockde/bluejay: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/dockde/bluejay-next:latest
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/dockde/bluejay:latest
```
- Reboot again to complete the installation
```
systemctl reboot
```

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.
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 major version.

## ISO

Expand Down
10 changes: 5 additions & 5 deletions boot_menu.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ublue_variants:
- label: dockde/bluejay-next
- label: dockde/bluejay
ks: /kickstart/ublue-os.ks
flavors:
- label: bluejay-next
- label: dockde/bluejay-next-dx
- label: bluejay
- label: dockde/bluejay-dx
ks: /kickstart/ublue-os.ks
flavors:
- label: bluejay-next-dx
- label: bluejay-dx
- label: dockde/bluejay-plasma
ks: /kickstart/ublue-os.ks
flavors:
- label: bluejay-next-plasma
- label: bluejay-plasma
4 changes: 2 additions & 2 deletions config/recipe-dx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# image will be published to ghcr.io/<user>/<name>
name: bluejay-next-dx
name: bluejay-dx
# description will be included in the image's metadata
description: Dev edition of bluejay-next
description: Dev edition of bluejay

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
Expand Down
2 changes: 1 addition & 1 deletion config/recipe-plasma.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# image will be published to ghcr.io/<user>/<name>
name: bluejay-next-plasma
name: bluejay-plasma
# description will be included in the image's metadata
description: Custom spin of Fedora Kinoite

Expand Down
2 changes: 1 addition & 1 deletion config/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# image will be published to ghcr.io/<user>/<name>
name: bluejay-next
name: bluejay
# description will be included in the image's metadata
description: Custom spin of Fedora Silverblue, somewhat similar to bluefin

Expand Down

0 comments on commit 7271aaa

Please sign in to comment.