When running image-builder-cli on an image that have a complete /usr/lib/image-builder/bootc/disk.yaml we should not have to provide a default root filesystem at the bootc level, because bootc will be called with to-filesystem and it's not initializing it.
Right now, we hit the following:
Manifest generation step
Building manifest for bootc-based-qcow2
error: failed to initialize bootc distro: missing required info: DefaultRootFs
Even though our disk.yaml is providing all the required information.
See discussion in coreos/fedora-coreos-config#4194
When running
image-builder-clion an image that have a complete/usr/lib/image-builder/bootc/disk.yamlwe should not have to provide a default root filesystem at the bootc level, because bootc will be called withto-filesystemand it's not initializing it.Right now, we hit the following:
Even though our disk.yaml is providing all the required information.
See discussion in coreos/fedora-coreos-config#4194