pub fn build_images_to_project(
changeset: &KernelParamsChangeset,
project_sbps: bool,
) -> HashMap<String, Image>Expand description
Build the SBPS images-to-project map from a kernel params changeset.
Marks each candidate image as iSCSI-ready and returns the projection
map. Returns an empty map when project_sbps is false.