fn umount_boot_partition()

in src/ade.rs [206:209]


fn umount_boot_partition() -> Result<()> {
    mount::umount(constants::RESCUE_BEK_BOOT, false)?;
    Ok(())
}