I’m trying to install F41 IoT from Kickstart.
Earlier this command worked for me:
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/stable/x86_64/iot
But now it installs F42 instead.
So I changed the line to point to 41 exactly:
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/41/x86_64/iot
and now get en error:
Starting pull of fedora/41/x86_64/iot from fedora-iot
================================================================================
================================================================================
Error
The following error occurred while installing the payload. This is a fatal error
and installation will be aborted.
Failed to pull from repository: g-io-error-quark: No such branch
'fedora/41/x86_64/iot' in repository summary (0)
What is the right ostreesetup
command and where should I look for that information?