mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Revert "Rename swtpm socket". Close #192
This reverts commit c5efb7d79d.
			
			
This commit is contained in:
		
							parent
							
								
									1a8e161e87
								
							
						
					
					
						commit
						8f832a843b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -903,9 +903,9 @@ function vm_boot() { | |||
|           ${USB_PASSTHROUGH}) | ||||
|   fi | ||||
| 
 | ||||
|   if [ "${tpm}" == "on" ] && [ -S "${VMDIR}/${VMNAME}-swtpm.sock" ]; then | ||||
|   if [ "${tpm}" == "on" ] && [ -S "${VMDIR}/${VMNAME}.swtpm-sock" ]; then | ||||
|       # shellcheck disable=SC2054 | ||||
|       args+=(-chardev socket,id=chrtpm,path="${VMDIR}/${VMNAME}-swtpm.sock" | ||||
|       args+=(-chardev socket,id=chrtpm,path="${VMDIR}/${VMNAME}.swtpm-sock" | ||||
|             -tpmdev emulator,id=tpm0,chardev=chrtpm | ||||
|             -device tpm-tis,tpmdev=tpm0) | ||||
|   fi | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue