summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-05-04 23:31:08 +0200
committerLudovic Courtès <ludo@gnu.org>2016-05-04 23:35:55 +0200
commit957afcae3cded622f4260385f69b40dbdcaade9f (patch)
tree55ec9609a5fb2ffd5704121fb3e2f82cfc3876a6 /gnu/system
parentb2fef041fcfbb63d7901c25647373aeda56b026e (diff)
Add (gnu tests) and (gnu build marionette).
* gnu/build/marionette.scm, gnu/tests.scm: New files. * gnu/local.mk (GNU_SYSTEM_MODULES): Add them. * gnu/system/vm.scm (common-qemu-options): Remove '-serial stdio'.
Diffstat (limited to 'gnu/system')
-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 2fbef6a3fc4..e6ce42467ae 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -468,7 +468,7 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
468 " -no-reboot -net nic,model=virtio \ 468 " -no-reboot -net nic,model=virtio \
469 " #$@(map virtfs-option shared-fs) " \ 469 " #$@(map virtfs-option shared-fs) " \
470 -net user \ 470 -net user \
471 -serial stdio -vga std \ 471 -vga std \
472 -drive file=" #$image 472 -drive file=" #$image
473 ",if=virtio,cache=writeback,werror=report,readonly \ 473 ",if=virtio,cache=writeback,werror=report,readonly \
474 -m 256")) 474 -m 256"))