mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 09:26:52 +00:00 
			
		
		
		
	clh: remove slow boot debug flags from kernel cmdline
[ port from runtime commit 6c517548429da06d33172c8e135dc9b9a297175d ] 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 <jose.carlos.venegas.munoz@intel.com> Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
		
				
					committed by
					
						 Peng Tao
						Peng Tao
					
				
			
			
				
	
			
			
			
						parent
						
							70137962d6
						
					
				
				
					commit
					117ce4ac41
				
			| @@ -138,9 +138,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 | ||||
| } | ||||
|  | ||||
| //########################################################### | ||||
|   | ||||
		Reference in New Issue
	
	Block a user