image: Product hybrid qcow2 images.
This is a follow-up ofe5ed1712da. Restore the behaviour befored57cab7641and produce hybrid, BIOS and UEFI capable qcow2 images. * gnu/system/image.scm (qcow2-image-type): Inherit from mbr-hybrid-disk-image.
This commit is contained in:
		
							parent
							
								
									f4a5d4f0b0
								
							
						
					
					
						commit
						dfaeaae9c7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -246,7 +246,7 @@ set to the given OS."
 | 
				
			||||||
   (name 'qcow2)
 | 
					   (name 'qcow2)
 | 
				
			||||||
   (constructor (cut image-with-os
 | 
					   (constructor (cut image-with-os
 | 
				
			||||||
                 (image
 | 
					                 (image
 | 
				
			||||||
                  (inherit mbr-disk-image)
 | 
					                  (inherit mbr-hybrid-disk-image)
 | 
				
			||||||
                  (name 'image.qcow2)
 | 
					                  (name 'image.qcow2)
 | 
				
			||||||
                  (format 'compressed-qcow2))
 | 
					                  (format 'compressed-qcow2))
 | 
				
			||||||
                 <>))))
 | 
					                 <>))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue