mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
vm: Update deprecated QEMU option syntax.
Fixes: warning: short-form boolean option 'readonly' deprecated Please use readonly=on instead * gnu/system/vm.scm (common-qemu-options): Use it instead.
This commit is contained in:
parent
1bf1226a4f
commit
1baaf599a4
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ (define (virtfs-option fs)
|
||||||
|
|
||||||
#$@(map virtfs-option shared-fs)
|
#$@(map virtfs-option shared-fs)
|
||||||
"-vga std"
|
"-vga std"
|
||||||
(format #f "-drive file=~a,if=virtio,cache=writeback,werror=report,readonly"
|
(format #f "-drive file=~a,if=virtio,cache=writeback,werror=report,readonly=on"
|
||||||
#$image)))
|
#$image)))
|
||||||
|
|
||||||
(define* (system-qemu-image/shared-store-script os
|
(define* (system-qemu-image/shared-store-script os
|
||||||
|
|
Loading…
Reference in a new issue