Good morning folks,
Many of you may have already noticed that RC2 is available for download from:
https://dl.fedoraproject.org/pub/alt/iot/29/IoT/
If you are already using RC1 you can upgrade by running:
rpm-ostree upgrade
If you are using one of the earlier nightlies you can upgrade by running:
sed -i 's|RPM-GPG-KEY-fedora-29-primary|RPM-GPG-KEY-fedora-iot-2019|g' /etc/ostree/remotes.d/fedora-iot.conf rpm-ostree rebase -b fedora/stable/$ARCH/iot
The RC2 fixes some issues identified in RC1:
1) tpm2-tools and clevis not in the initramfs. This appears to be fixed but additional testing welcome.
2) Installations from ISO still use the old GPG key. Fixed in RC2.
3) console=tty0 included on the kargs on aarch64 disk images. Unfortunately this still affects RC2. After the system is booted it can be removed by running:
rpm-ostree kargs --delete=console=tty0
It would be greatly appreciated if people could test this as much as possible and let us know if they see any other issues.
Thanks! Paul