KDE Linux/Migrate older installations
Appearance
To update a system installed from the 2024-12-01 image or earlier, you need to do this:
git clone https://invent.kde.org/kde-linux/kde-linux
cd kde-linux
sudo ./update.sh update
To adopt the erofs-based /usr on a system installed from the 2025-08-04 image or earlier, update to the 2025-08-05 image or later, then create a file named /etc/sysupdate.d/erofs.feature.d/enable.conf containing the following:
[Feature]
Enabled=true
And then run:
run0 /usr/lib/systemd/systemd-sysupdate update
After a reboot, /usr will be a read-only erofs volume, and the rest of / will be writable by the root user.
See Overview of RootFS v2 for an overview of this change, and manual migration instructions should the automatic migration fail.