is_soft_rebootable

Function is_soft_rebootable 

Source
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 backend
  • booted_cmdline - The composefs command line parameters of the currently booted deployment
  • booted - Boot information for the currently booted deployment
  • target - Boot information for the target deployment