You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ostree-sysroot.c:parse_deployment we stat the current root and /etc, and compare the dev+inode with the deploy dir to find the currently booted deployment. The stat of /etc was added to handle the composefs case, as in that case the root is not bind-mounted.
However in the case of composefs+transient_etc, even the etc subdirectory isn't a bind-mount, so we fail to detect that a deployment is current. I guess we need a different approach for this case.
The text was updated successfully, but these errors were encountered:
In ostree-sysroot.c:parse_deployment we stat the current root and /etc, and compare the dev+inode with the deploy dir to find the currently booted deployment. The stat of /etc was added to handle the composefs case, as in that case the root is not bind-mounted.
However in the case of composefs+transient_etc, even the etc subdirectory isn't a bind-mount, so we fail to detect that a deployment is current. I guess we need a different approach for this case.
The text was updated successfully, but these errors were encountered: