Skip to content

Instantly share code, notes, and snippets.

@chapmanjacobd
Last active June 18, 2025 15:51
Show Gist options
  • Save chapmanjacobd/f585581a1dc6d2df4068d1398e8e8196 to your computer and use it in GitHub Desktop.
Save chapmanjacobd/f585581a1dc6d2df4068d1398e8e8196 to your computer and use it in GitHub Desktop.
fedora ostree remotes
sudo ostree remote add fedora https://ostree.fedoraproject.org --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist --set=gpgkeypath=/etc/pki/rpm-gpg/
sudo rpm-ostree cleanup -m
sudo rpm-ostree rebase fedora:fedora/42/x86_64/kinoite
---
sudo ostree remote add fedora-iot https://ostree.fedoraproject.org/iot --contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist --set=gpgkeypath=/etc/pki/rpm-gpg/
sudo rpm-ostree cleanup -m
sudo rpm-ostree rebase fedora-iot:fedora/stable/x86_64/iot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment