prepare_kernel_params_changes

Function prepare_kernel_params_changes 

Source
pub async fn prepare_kernel_params_changes(
    infra: &InfraContext<'_>,
    token: &str,
    xname_vec: &[String],
    operation: &KernelParamOperation<'_>,
) -> Result<KernelParamsChangeset, Error>
Expand description

Fetch boot parameters, apply mutations, and return a changeset.

Does NOT persist anything — the caller decides whether to proceed.