pub(crate) fn find_vmlinuz_initrd_duplicates(
digest: &str,
) -> Result<Option<Vec<String>>>Expand description
Given the SHA256 sum of current VMlinuz + Initrd combo, find boot entry with the same SHA256Sum
ยงReturns
Returns the verity of all deployments that have a boot digest same as the one passed in