guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: system: vm: Change the writable image name.


From: guix-commits
Subject: 02/02: system: vm: Change the writable image name.
Date: Fri, 14 Jan 2022 06:26:24 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 0233583aa45e019e088f55b4f235ca68d7d3def9
Author: Mathieu Othacehe <othacehe@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]