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
# Available streams: "stable", "testing", and "next"
58
-
ARCH="$(arch)"
59
58
STREAM="testing"
60
-
sudo rpm-ostree rebase "fedora/${ARCH}/coreos/${STREAM}"
59
+
sudo rpm-ostree rebase "ostree-remote-registry:fedora://quay.io/fedora/fedora-coreos:${STREAM}"
61
60
----
62
61
63
62
After inspecting the package difference the user can reboot. After boot the system will be loaded into the latest release on the new stream and will follow that stream for future updates.
0 commit comments