mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Remove unused arguments
This commit is contained in:
		
							parent
							
								
									afaad48fbf
								
							
						
					
					
						commit
						5d5d925469
					
				
					 1 changed files with 7 additions and 11 deletions
				
			
		
							
								
								
									
										12
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -424,8 +424,7 @@ function vm_boot() { | |||
|           -audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \ | ||||
|           -device intel-hda -device hda-duplex,audiodev=pa,mixer=off \ | ||||
|           -rtc base=localtime,clock=host \ | ||||
|           -serial mon:stdio \ | ||||
|           "${@}" | ||||
|           -serial mon:stdio | ||||
|       else | ||||
|         ${QEMU} \ | ||||
|           -name ${VMNAME},process=${VMNAME} \ | ||||
|  | @ -446,8 +445,7 @@ function vm_boot() { | |||
|           -audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \ | ||||
|           -device intel-hda -device hda-duplex,audiodev=pa,mixer=off \ | ||||
|           -rtc base=localtime,clock=host \ | ||||
|           -serial mon:stdio \ | ||||
|           "${@}" | ||||
|           -serial mon:stdio | ||||
|       fi | ||||
|     else | ||||
|       ${QEMU} \ | ||||
|  | @ -473,8 +471,7 @@ function vm_boot() { | |||
|         -device virtio-serial-pci \ | ||||
|         -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \ | ||||
|         -chardev spicevmc,id=spicechannel0,name=vdagent \ | ||||
|         -serial mon:stdio \ | ||||
|         "${@}" | ||||
|         -serial mon:stdio | ||||
|     fi | ||||
|   else | ||||
|     ${QEMU} \ | ||||
|  | @ -498,8 +495,7 @@ function vm_boot() { | |||
|       -device virtio-serial-pci \ | ||||
|       -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \ | ||||
|       -chardev spicevmc,id=spicechannel0,name=vdagent \ | ||||
|       -serial mon:stdio \ | ||||
|       "${@}" | ||||
|       -serial mon:stdio | ||||
|   fi | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue