summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-07-18 16:05:21 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-18 19:50:01 +0200
commit0e47fcced442d8e7c1b05184fdc1c14f10ed04ec (patch)
tree4ae844bc0ec3c670f8697bdc24362c122fa718ad /gnu/system/vm.scm
parente4b70bc55a538569465bcedee19d1f2607308e65 (diff)
parent8b1bde7bb3936a64244824500ffe60f123704437 (diff)
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r--gnu/system/vm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index e4de8fd396f..da076a95f98 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -713,7 +713,7 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
713 713
714 #$@(map virtfs-option shared-fs) 714 #$@(map virtfs-option shared-fs)
715 "-vga std" 715 "-vga std"
716 (format #f "-drive file=~a,if=virtio,cache=writeback,werror=report,readonly" 716 (format #f "-drive file=~a,if=virtio,cache=writeback,werror=report,readonly=on"
717 #$image))) 717 #$image)))
718 718
719(define* (system-qemu-image/shared-store-script os 719(define* (system-qemu-image/shared-store-script os