mothacehe pushed a commit to branch master
in repository guix.

commit 0233583aa45e019e088f55b4f235ca68d7d3def9
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Thu Jan 13 11:44:54 2022 +0100

    system: vm: Change the writable image name.
    
    * gnu/system/vm.scm (system-qemu-image/shared-store-script): Change it.
---
 gnu/system/vm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 0fc9fb57f4..c2f7efa966 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -283,7 +283,7 @@ useful when FULL-BOOT?  is true."
               #+@(operating-system-kernel-arguments os "/dev/vda1")))
 
     (define rw-image
-      #~(format #f "/tmp/.~a-rw" (basename #$base-image)))
+      #~(format #f "/tmp/guix-image-~a" (basename #$base-image)))
 
     (define qemu-exec
       #~(list #+(file-append qemu "/bin/"

Reply via email to