pub(crate) fn get_kargs(
sysroot: &Storage,
merge_deployment: &Deployment,
fetched: &ImageState,
) -> Result<CmdlineOwned>Expand description
Compute the kernel arguments for the new deployment. This starts from the booted karg, but applies the diff between the bootc karg files in /usr/lib/bootc/kargs.d between the booted deployment and the new one.