Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignition tweaks to work with composefs
I'm currently working on composefs use in ostree: ostreedev/ostree#2640 I'm running into issues with ignition when testing it. Several places look at /sysroot and try to find the backing filesystem for it. This works because /sysroot is typically a bind-mount of some deploy directory in the real sysroot. However, in the composefs case, /sysroot is a composefs mount and doesn't have a real backing block device. This change switches these cases to look at /sysroot/sysroot instead. This is the actual real sysroot after ostree-prepare-root did its work (and before pivot-rooting into it).
- Loading branch information