Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
clh: remove slow boot debug flags from kernel cmdline
Browse files Browse the repository at this point in the history
The systemd debug  and kernel init call debug flags make slow the boot.
The flags are not really related with the hypervisor and
can be added if needed using extra kernel command line options.

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed May 13, 2020
1 parent 160e3a7 commit 6c51754
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions virtcontainers/clh.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ var clhKernelParams = []Param{
var clhDebugKernelParams = []Param{

{"console", "ttyS0,115200n8"}, // enable serial console
{"systemd.log_level", "debug"}, // enable systemd debug output
{"systemd.log_target", "console"}, // send loggng to the console
{"initcall_debug", "1"}, // print init call timing information to the console
}

//###########################################################
Expand Down

0 comments on commit 6c51754

Please sign in to comment.