me
/
guix
Archived
1
0
Fork 0

doc: Mention KVM support for 'guix system'.

* doc/guix.texi (Invoking guix system): Add note about KVM support.
master
Ludovic Courtès 2014-06-19 23:29:05 +02:00
parent 9b762b8d7c
commit 080571eeac
1 changed files with 6 additions and 0 deletions

View File

@ -3263,6 +3263,12 @@ using the following command:
@var{options} can contain any of the common build options provided by
@command{guix build} (@pxref{Invoking guix build}).
Note that all the actions above, except @code{build} and @code{init},
rely on KVM support in the Linux-Libre kernel. Specifically, the
machine should have hardware virtualization support, the corresponding
KVM kernel module should be loaded, and the @file{/dev/kvm} device node
must exist and be readable and writable by the user and by the daemon's
build users.
@node Defining Services
@subsection Defining Services