fn is_soft_rebootable(
storage: &Storage,
booted_cmdline: &ComposefsCmdline,
booted: &DeploymentBootInfo<'_>,
target: &DeploymentBootInfo<'_>,
) -> Result<bool>Expand description
Determines whether a soft reboot can be performed between the currently booted deployment and a target deployment.
ยงArguments
storage- The bootc storage backendbooted_cmdline- The composefs command line parameters of the currently booted deploymentbooted- Boot information for the currently booted deploymenttarget- Boot information for the target deployment