summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-19 23:29:05 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-19 23:35:41 +0200
commit080571eeac3f38e957434d5dda7568218a5a89dc (patch)
tree363b348aa016be636770c8abc0a90bf73bc2a599 /doc
parent9b762b8d7cd6b90bde5bc21c1d63601aad3d3885 (diff)
downloadpatches-080571eeac3f38e957434d5dda7568218a5a89dc.tar
patches-080571eeac3f38e957434d5dda7568218a5a89dc.tar.gz
doc: Mention KVM support for 'guix system'.
* doc/guix.texi (Invoking guix system): Add note about KVM support.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index c14272ed9a..446c688679 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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