diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-02 23:28:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-03 12:05:32 +0100 |
commit | 58806e6fe7876ee840f1d79b1904a36bc4d71aff (patch) | |
tree | 336d6875ffc1988e528046b42a38751c80df3044 /doc | |
parent | 020434d497df2bb1a9c0010b20752a90ff6e5d01 (diff) | |
download | guix-58806e6fe7876ee840f1d79b1904a36bc4d71aff.tar guix-58806e6fe7876ee840f1d79b1904a36bc4d71aff.tar.gz |
doc: Remove obsolete bit about networking in VMs.
* doc/guix.texi (Running GuixSD in a VM): Remove "the boot will fail"
wording since that is no longer true since commit
6129dd8b5989f77b2976c68ecdf1f7dbfa63ec46.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3b4ba487ad..19ef8ca1a0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12787,8 +12787,7 @@ host. @item -net user Enable the unprivileged user-mode network stack. The guest OS can access the host but not vice versa. This is the simplest way to get the -guest OS online. If you do not choose a network stack, the boot will -fail. +guest OS online. @item -net nic,model=virtio You must create a network interface of a given model. If you do not |