vm: Disable deduplication for 'guix system vm-image'.
* gnu/system/vm.scm (qemu-image): Pass #:deduplicate? #f to 'root-partition-initializer'.
This commit is contained in:
		
							parent
							
								
									bb3b6ccb05
								
							
						
					
					
						commit
						b5460d95e9
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -390,7 +390,12 @@ the image." | ||||||
|                                  #:closures graphs |                                  #:closures graphs | ||||||
|                                  #:copy-closures? #$copy-inputs? |                                  #:copy-closures? #$copy-inputs? | ||||||
|                                  #:register-closures? #$register-closures? |                                  #:register-closures? #$register-closures? | ||||||
|                                  #:system-directory #$os-drv)) |                                  #:system-directory #$os-drv | ||||||
|  | 
 | ||||||
|  |                                  ;; Disable deduplication to speed things up, | ||||||
|  |                                  ;; and because it doesn't help much for a | ||||||
|  |                                  ;; single system generation. | ||||||
|  |                                  #:deduplicate? #f)) | ||||||
|                     (root-size  #$(if (eq? 'guess disk-image-size) |                     (root-size  #$(if (eq? 'guess disk-image-size) | ||||||
|                                       #~(max |                                       #~(max | ||||||
|                                          ;; Minimum 20 MiB root size |                                          ;; Minimum 20 MiB root size | ||||||
|  |  | ||||||
		Reference in a new issue