mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
2d12ec724e
commit
0233583aa4
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue