summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-11-01 10:56:30 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-02-13 00:07:21 +0900
commit5074871043806d747b16c62b081b9db8b813dd7c (patch)
tree3f0fdda17314b9a9d9e530da110bf0c5cf1921ca /gnu/system
parentae0d335744210224b884ab16f532f866f1f45e56 (diff)
build: marionette: Make it possible to reboot VM during tests.
* gnu/build/marionette.scm (make-marionette): Add 'reconnect=1' socket parameter. * gnu/system/vm.scm (common-qemu-options): Remove '-no-reboot' option. Change-Id: I5e100543ddddba0aea3ebe4e2f5cb8b0261c0d73
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/vm.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 4a400056d7..1e3f72c7b2 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -227,7 +227,6 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
'("-enable-kvm")
'())
- "-no-reboot"
"-object" "rng-random,filename=/dev/urandom,id=guix-vm-rng"
"-device" "virtio-rng-pci,rng=guix-vm-rng"