Fedora 33 has been released
and I have updated all variants with the latest packages. You can update with the following commands:
# Pin your current deployment (optional)
$ sudo ostree admin pin 0
# Rebase to the new version
$ sudo rpm-ostree rebase kinoite:fedora/33/x86_64/kinoite
Example instructions to rebase if you have enabled the rpm-fusion repository:
$ sudo rpm-ostree rebase kinoite:fedora/33/x86_64/kinoite \
--uninstall rpmfusion-free-release-32-1.noarch \
--uninstall rpmfusion-nonfree-release-32-1.noarch \
--install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-33.noarch.rpm \
--install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-33.noarch.rpm
As I made a mistake during the initial Fedora 33 build, you will probably get a warning message on the login screen about SDDM and wrong permissions for the KDE variant. This can be easily worked around (and should only be needed once) after the update by logging in via a TTY (use Ctrl + Alt + F2 for example) and using:
$ sudo chown sddm: -R /var/lib/sddm
$ sudo systemctl restart sddm
As always, this is the last Fedora 32 build that I will make as I focus on Fedora 33 and will resume Rawhide builds soon.
Enjoy!