Bootc experimental base image

trying to build a cosmic image with: https://gitlab.com/fedora/bootc/base-images-experimental
Running rpm-ostree postprocessing
error: Doing common postprocessing: renaming etc: unlinkat(etc): Directory not empty
Error: building at STEP "RUN --mount=type=cache,target=/workdir /src/build/postprocess-rootfs /workdir/rootfs": while running runtime: exit status 1

relavant source code is here: https://github.com/coreos/rpm-ostree/blob/main/src/libpriv/rpmostree-postprocess.cxx#L596
not sure why it's complaining that /etc has data inside of it, as the postprocess should just move /etc to /usr/etc without complaining
Was this page helpful?