doc: Mention KVM support for 'guix system'.
* doc/guix.texi (Invoking guix system): Add note about KVM support.
This commit is contained in:
parent
9b762b8d7c
commit
080571eeac
|
@ -3263,6 +3263,12 @@ using the following command:
|
||||||
@var{options} can contain any of the common build options provided by
|
@var{options} can contain any of the common build options provided by
|
||||||
@command{guix build} (@pxref{Invoking guix build}).
|
@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
|
@node Defining Services
|
||||||
@subsection Defining Services
|
@subsection Defining Services
|
||||||
|
|
Loading…
Reference in New Issue