mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-03 19:15:58 +00:00 
			
		
		
		
	kata-deploy: accept 25.10 as supported distro for TDX
Canonical TDX release is not needed for vanilla Ubuntu 25.10 but GRUB_CMDLINE_LINUX_DEFAULT needs to contain `nohibernate` and `kvm_intel.tdx=1` Signed-off-by: Szymon Klimek <szymon.klimek@intel.com>
This commit is contained in:
		
				
					committed by
					
						
						Fabiano Fidêncio
					
				
			
			
				
	
			
			
			
						parent
						
							650863039b
						
					
				
				
					commit
					8dc6b24e7d
				
			@@ -430,7 +430,7 @@ function install_artifacts() {
 | 
				
			|||||||
			case ${ID} in
 | 
								case ${ID} in
 | 
				
			||||||
				ubuntu)
 | 
									ubuntu)
 | 
				
			||||||
					case ${VERSION_ID} in
 | 
										case ${VERSION_ID} in
 | 
				
			||||||
						24.04|25.04)
 | 
											24.04|25.04|25.10)
 | 
				
			||||||
							tdx_supported ${ID} ${VERSION_ID} ${kata_config_file}
 | 
												tdx_supported ${ID} ${VERSION_ID} ${kata_config_file}
 | 
				
			||||||
							;;
 | 
												;;
 | 
				
			||||||
						*)
 | 
											*)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user