From 810568b35f7e5a15f3c4420eee1163fe5274cf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 8 Nov 2014 15:02:48 +0100 Subject: vm: The 'run-vm' scripts now passes its arguments to QEMU. * gnu/system/vm.scm (system-qemu-image/shared-store-script): Add "$@" at the end of the script. (common-qemu-options): Remove trailing newline. * doc/guix.texi (Invoking guix system): Document it. --- doc/guix.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index bc839ecbbb..1bbb66e9a0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4148,6 +4148,7 @@ This command also installs GRUB on the device specified in @cindex virtual machine Build a virtual machine that contain the operating system declared in @var{file}, and return a script to run that virtual machine (VM). +Arguments given to the script are passed as is to QEMU. The VM shares its store with the host system. -- cgit v1.2.3