Skip to content

fix: remove /var/lib/rpm dir from image fs

Alexander Wellbrock requested to merge develop into main

rpm-ostree expects that the system will create a symlink /var/lib/rpm as part of the boot process. In recent versions of rpm-ostree they decided to let the daemon die if this is a directory instead of a symlink.

Fixes #62 (closed)

Merge request reports