Skip to content
Snippets Groups Projects
Unverified Commit 03317cbf authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

doc: Give an example of arguments for the 'run-vm.sh' script.

Suggested by Oleg Pykhalov <go.wigust@gmail.com>.

* doc/guix.texi (Invoking guix system): Give an example of passing
arguments to the 'run-vm.sh' script.
parent c918773a
No related branches found
No related tags found
No related merge requests found
...@@ -16472,7 +16472,13 @@ passed. ...@@ -16472,7 +16472,13 @@ passed.
@anchor{guix system vm} @anchor{guix system vm}
Build a virtual machine that contains the operating system declared in Build a virtual machine that contains the operating system declared in
@var{file}, and return a script to run that virtual machine (VM). @var{file}, and return a script to run that virtual machine (VM).
Arguments given to the script are passed to QEMU. Arguments given to the script are passed to QEMU as in the example
below, which enables networking and requests 1@tie{}GiB of RAM for the
emulated machine:
@example
$ /gnu/store/@dots{}-run-vm.sh -m 1024 -net user
@end example
   
The VM shares its store with the host system. The VM shares its store with the host system.
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment