Skip to content

Commit

Permalink
blsforme: Temporarily force quiet for Serpent testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 21, 2024
1 parent 77c30ad commit 3c1ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blsforme/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl<'a> Manager<'a> {
let probe = disk::Builder::default().build()?;
let root = probe.get_rootfs_device(config.root.path())?;
// Enforce RW rootfs, will review if other downstreams need something different.
let cmdline = root.cmd_line() + " rw";
let cmdline = root.cmd_line() + " rw quiet";
log::info!("root = {:?}", &cmdline);

// Grab parent disk, establish disk environment setup
Expand Down

0 comments on commit 3c1ca74

Please sign in to comment.