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.master
parent
1bf1226a4f
commit
1baaf599a4
|
@ -713,7 +713,7 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
|
|||
|
||||
#$@(map virtfs-option shared-fs)
|
||||
"-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)))
|
||||
|
||||
(define* (system-qemu-image/shared-store-script os
|
||||
|
|
Reference in New Issue