From 63d26f2eb449f6b2391fe075677a1d772a2fe244 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Tue, 15 Aug 2023 19:22:56 -0400 Subject: [PATCH] docs: add more detail to rebasing instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee27f0e9..24cef4d3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Common variant available as `bazzite` and suitable for desktops and HTPCs. **For new installs ISOs can be downloaded from our releases page [here](https://github.com/ublue-os/bazzite/releases).** -To rebase an existing ostree system to this image: +If you're on an existing Universal Blue image follow [these instructions](https://universal-blue.org/images/#image-list). To rebase an existing upstream Fedora Silverblue/Kinoite ostree system to this image: podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:latest @@ -87,7 +87,7 @@ Variant designed for usage as an alternative to SteamOS on the Steam Deck, avail **For new installs ISOs can be downloaded from our releases page [here](https://github.com/ublue-os/bazzite/releases).** -To rebase an existing ostree system to this image: +If you're on an existing Universal Blue image follow [these instructions](https://universal-blue.org/images/#image-list). To rebase an existing upstream Fedora Silverblue/Kinoite ostree system to this image: podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-deck:latest