Skip to content

Commit

Permalink
Merge pull request #394 from Microsoft/lcow_quiet
Browse files Browse the repository at this point in the history
Set LCOW kernel boot quiet for production
  • Loading branch information
jterry75 committed Nov 29, 2018
2 parents 113ee11 + c96ef8c commit 263722c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/uvm/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ func Create(opts *UVMOptions) (_ *UtilityVM, err error) {
kernelArgs += " 8250_core.nr_uarts=1 8250_core.skip_txen_test=1"
} else {
// Terminate the VM if there is a kernel panic.
kernelArgs += " panic=-1 8250_core.nr_uarts=0"
kernelArgs += " panic=-1 8250_core.nr_uarts=0 quiet"
}

if opts.KernelBootOptions != "" {
Expand Down

0 comments on commit 263722c

Please sign in to comment.