pub async fn apply_kernel_params_changes(
infra: &InfraContext<'_>,
token: &str,
changeset: &KernelParamsChangeset,
images_to_project: &HashMap<String, Image>,
) -> Result<(), Error>Expand description
Persist the kernel parameter changes and optionally update SBPS images.