1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

system: vm: Change the writable image name.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): Change it.
This commit is contained in:
Mathieu Othacehe
2022-01-13 11:44:54 +01:00
parent 2d12ec724e
commit 0233583aa4
+1 -1
View File
@@ -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/"