fedora-silverblue / silverblue-docs

Fedora Silverblue documentation
https://docs.fedoraproject.org/en-US/fedora-silverblue/
61 stars 75 forks source link

[master] Doc issue in file modules/ROOT/pages/updates-upgrades-rollbacks.adoc #163

Closed edwintorok closed 8 months ago

edwintorok commented 8 months ago

On Fedora 38 Kinoite this prints unknown: uname -i, so this command doesn't work:

ostree remote refs fedora | grep kinoite | grep $(uname -i)

I think that instead uname -m should be used which prints x86_64, and works:

$ ostree remote refs fedora | grep kinoite | grep $(uname -m)
fedora:fedora/35/x86_64/kinoite
fedora:fedora/35/x86_64/updates/kinoite
fedora:fedora/36/x86_64/kinoite
fedora:fedora/36/x86_64/updates/kinoite
fedora:fedora/37/x86_64/kinoite
fedora:fedora/37/x86_64/testing/kinoite
fedora:fedora/37/x86_64/updates/kinoite
fedora:fedora/38/x86_64/kinoite
fedora:fedora/38/x86_64/testing/kinoite
fedora:fedora/38/x86_64/updates/kinoite
fedora:fedora/39/x86_64/kinoite
fedora:fedora/39/x86_64/testing/kinoite
fedora:fedora/rawhide/x86_64/kinoite

I tried to click the edit button to send a PR to fix this, but that takes me to pagure.io, which takes me to a login page, which then times out with a 504 error from id.fedoraproject.org. Hence this bugreport instead.

edwintorok commented 8 months ago

Ah on a 2nd try I was able to login to pagure. PR here: https://pagure.io/fedora-kde/kinoite-docs/pull-request/11. Although silverblue has the same issue, so I'll create a PR here too.