pub(crate) async fn pull_composefs_repo(
transport: &String,
image: &String,
) -> Result<(Repository<Sha512HashValue>, Vec<BootEntry<Sha512HashValue>>, Sha512HashValue, FileSystem<Sha512HashValue>)>Expand description
Pulls the image from transport into a composefs repository at /sysroot
Checks for boot entries in the image and returns them