system: vm: Change the writable image name.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Change it.
This commit is contained in:
		
							parent
							
								
									2d12ec724e
								
							
						
					
					
						commit
						0233583aa4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -283,7 +283,7 @@ useful when FULL-BOOT?  is true."
 | 
				
			||||||
              #+@(operating-system-kernel-arguments os "/dev/vda1")))
 | 
					              #+@(operating-system-kernel-arguments os "/dev/vda1")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    (define rw-image
 | 
					    (define rw-image
 | 
				
			||||||
      #~(format #f "/tmp/.~a-rw" (basename #$base-image)))
 | 
					      #~(format #f "/tmp/guix-image-~a" (basename #$base-image)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    (define qemu-exec
 | 
					    (define qemu-exec
 | 
				
			||||||
      #~(list #+(file-append qemu "/bin/"
 | 
					      #~(list #+(file-append qemu "/bin/"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue