Skip to content

Migrate older installations

2024-12-01 image or earlier

To update a system installed from this or an earlier image, run the following in a terminal window:

git clone https://invent.kde.org/kde-linux/kde-linux
cd kde-linux
run0 ./update.sh update

2025-08-04 image or earlier

To adopt the erofs-based /usr on a system installed from the 2025-08-04 image or earlier, first 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.


Article contributed by under the CC-BY-4.0 license.