mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-11-01 18:14:00 +00:00
Merge pull request #7887 from jodh-intel/hypervisor-remove-debug-kernel-options
runtime-rs: hypervisor: Remove debug kernel options
This commit is contained in:
@@ -56,8 +56,6 @@ impl KernelParams {
|
||||
// default kernel params
|
||||
let mut params = vec![
|
||||
Param::new("reboot", "k"),
|
||||
Param::new("earlyprintk", "ttyS0"),
|
||||
Param::new("initcall_debug", ""),
|
||||
Param::new("panic", "1"),
|
||||
Param::new("systemd.unit", "kata-containers.target"),
|
||||
Param::new("systemd.mask", "systemd-networkd.service"),
|
||||
|
||||
Reference in New Issue
Block a user