unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Fix docs on Installing GuixSD in a VM
@ 2017-01-27 10:25 Leo Famulari
  2017-01-27 10:25 ` [PATCH 1/1] doc: Fix networking instructions in "Installing GuixSD in a VM" Leo Famulari
  2017-01-27 18:34 ` [PATCH 0/1] Fix docs on Installing GuixSD in a VM Marius Bakke
  0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2017-01-27 10:25 UTC (permalink / raw)
  To: guix-devel

From what I can tell, there is a mistake in these instructions. I can't
find any QEMU documentation that mentions using '-net default', and I've
seen a few reports on #guix of it failing.

Here is the most recent:

https://gnunet.org/bot/log/guix/2017-01-27#T1276044

Leo Famulari (1):
  doc: Fix networking instructions in "Installing GuixSD in a VM".

 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] doc: Fix networking instructions in "Installing GuixSD in a VM".
  2017-01-27 10:25 [PATCH 0/1] Fix docs on Installing GuixSD in a VM Leo Famulari
@ 2017-01-27 10:25 ` Leo Famulari
  2017-01-27 18:34 ` [PATCH 0/1] Fix docs on Installing GuixSD in a VM Marius Bakke
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-01-27 10:25 UTC (permalink / raw)
  To: guix-devel

This is a followup to commit c8b543741f422ecf41e7635c6a1c40b3bd55947a.

* doc/guix.texi (Installing GuixSD in a VM): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 7093bf746..cb203fca2 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7137,7 +7137,7 @@ Boot the USB installation image in an VM:
 
 @example
 qemu-system-x86_64 -m 1024 -smp 1 \
-  -net default -net nic,model=virtio -boot menu=on \
+  -net user -net nic,model=virtio -boot menu=on \
   -drive file=guixsd.img \
   -drive file=guixsd-usb-install-@value{VERSION}.@var{system}
 @end example
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Fix docs on Installing GuixSD in a VM
  2017-01-27 10:25 [PATCH 0/1] Fix docs on Installing GuixSD in a VM Leo Famulari
  2017-01-27 10:25 ` [PATCH 1/1] doc: Fix networking instructions in "Installing GuixSD in a VM" Leo Famulari
@ 2017-01-27 18:34 ` Marius Bakke
  2017-01-27 23:20   ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-01-27 18:34 UTC (permalink / raw)
  To: Leo Famulari, guix-devel

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

Leo Famulari <leo@famulari.name> writes:

> From what I can tell, there is a mistake in these instructions. I can't
> find any QEMU documentation that mentions using '-net default', and I've
> seen a few reports on #guix of it failing.

I remember stumbling on this too. This change LGTM.

>
> Leo Famulari (1):
>   doc: Fix networking instructions in "Installing GuixSD in a VM".
>
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> -- 
> 2.11.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Fix docs on Installing GuixSD in a VM
  2017-01-27 18:34 ` [PATCH 0/1] Fix docs on Installing GuixSD in a VM Marius Bakke
@ 2017-01-27 23:20   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-01-27 23:20 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

Marius Bakke <mbakke@fastmail.com> skribis:

> Leo Famulari <leo@famulari.name> writes:
>
>> From what I can tell, there is a mistake in these instructions. I can't
>> find any QEMU documentation that mentions using '-net default', and I've
>> seen a few reports on #guix of it failing.
>
> I remember stumbling on this too. This change LGTM.

+1, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-27 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-27 10:25 [PATCH 0/1] Fix docs on Installing GuixSD in a VM Leo Famulari
2017-01-27 10:25 ` [PATCH 1/1] doc: Fix networking instructions in "Installing GuixSD in a VM" Leo Famulari
2017-01-27 18:34 ` [PATCH 0/1] Fix docs on Installing GuixSD in a VM Marius Bakke
2017-01-27 23:20   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).