Skip to content

Commit 734f43d

Browse files
install: Add cmdline kargs to RootSetup
Signed-off-by: Johan-Liebert1 <[email protected]>
1 parent 8b56e8f commit 734f43d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/lib/src/install/baseline.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ pub(crate) fn install_create_rootfs(
427427
.flatten()
428428
.chain([rootarg, RW_KARG.to_string()].into_iter())
429429
.chain(bootarg)
430+
.chain(state.config_opts.karg.clone().into_iter().flatten())
430431
.collect::<Vec<_>>();
431432

432433
bootc_mount::mount(&rootdev, &physical_root_path)?;

0 commit comments

Comments
 (0)