Skip to content

Draft: Split qm rootfs

This puts /etc in /etc/qm/etc, and /ver in /var/qm/var, thus allowing /usr/lib/qm/rootfs to be completely read-only (as needed for ostree). It also means that for ostree, the standard three-way merging of /etc also applies to the part in qm.

Note, this doesn't fully work yet, because these new directories needs to be added to the qm file-contexts file in the qm package.

Signed-off-by: Alexander Larsson alexl@redhat.com

Merge request reports