async fn prepare_install(
config_opts: InstallConfigOpts,
source_opts: InstallSourceOpts,
target_opts: InstallTargetOpts,
composefs_options: InstallComposefsOpts,
) -> Result<Arc<State>>Expand description
Preparation for an install; validates and prepares some (thereafter immutable) global state.