system: vm: Remove the vga argument.
* gnu/system/vm.scm (common-qemu-options): Remove the "-vga std" argument that is the default since QEMU 2.2. Suggested-by: Attila Lendvai <attila@lendvai.name>
This commit is contained in:
		
							parent
							
								
									b42bfbdfe5
								
							
						
					
					
						commit
						3354e41c1e
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -712,7 +712,6 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
 | 
			
		|||
     "-device" "virtio-rng-pci,rng=guixsd-vm-rng"
 | 
			
		||||
 | 
			
		||||
     #$@(map virtfs-option shared-fs)
 | 
			
		||||
     "-vga std"
 | 
			
		||||
     (format #f "-drive file=~a,if=virtio,cache=writeback,werror=report,readonly=on"
 | 
			
		||||
             #$image)))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue