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
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -283,7 +283,7 @@ (define kernel-arguments
#+@(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/"