Rebase to a different Fedora atomic distro


Rebase to an official distro

  1. List official rebase targets:
ostree remote refs fedora
  1. Rebase to one of the official targets:
sudo rpm-ostree rebase fedora:fedora/35/x86_64/kinoite
  1. Reboot.

Rebase to a community distro

  1. Rebase to the unsigned image:
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/winblues/vauxite:latest
  1. Reboot.

  2. Rebase to the signed image (if it exists):

sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/winblues/vauxite:latest
  1. Reboot.

  2. (Optional) Create a new user account. (I don't actually know how important this step is, but it's recommended in the winblues Blue95 docs.)

Resources