We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b56e8f commit 734f43dCopy full SHA for 734f43d
crates/lib/src/install/baseline.rs
@@ -427,6 +427,7 @@ pub(crate) fn install_create_rootfs(
427
.flatten()
428
.chain([rootarg, RW_KARG.to_string()].into_iter())
429
.chain(bootarg)
430
+ .chain(state.config_opts.karg.clone().into_iter().flatten())
431
.collect::<Vec<_>>();
432
433
bootc_mount::mount(&rootdev, &physical_root_path)?;
0 commit comments