Re: [PATCH] Enhance USB install

2016-08-03 Thread Vincent Legoll
>> +@item >> +Ensure your running kernel has the required CONFIG_BRIDGE option for the >> +network to work properly in the virtual machine: >> + >> +@example >> +zgrep CONFIG_BRIDGE= /proc/config.gz >> +CONFIG_BRIDGE=y >> +@end example >> + >> +If it is compiled as a module & loaded, it will also

Re: [PATCH] Enhance USB install

2016-08-02 Thread Ludovic Courtès
Hi Vincent, Vincent Legoll skribis: > From: Vincent Legoll > > * doc/guix.texi (USB install): add download & verify subsection, > add a section to explain how to boot a VM for guixsd installation I pushed this as commit

Re: [PATCH] Enhance USB install

2016-07-26 Thread Vincent Legoll
> I took a slightly different approach in commit > debc6360e111e8efc8a938b2aef28e5b3616ada8, where I essentially copied the > text from “Binary Installation”. OK, I saw that duplication, but only after I sent the patch for review... > I’ll comment on the rest later. Thanks -- Vincent Legoll

Re: [PATCH] Enhance USB install

2016-07-26 Thread Ludovic Courtès
Vincent Legoll skribis: > From: Vincent Legoll > > * doc/guix.texi (USB install): add download & verify subsection, Sorry for the delay! First some comments on the verification, which I think should be treated in a separate commit: >

[PATCH] Enhance USB install

2016-07-13 Thread Vincent Legoll
From: Vincent Legoll * doc/guix.texi (USB install): add download & verify subsection, add a section to explain how to boot a VM for guixsd installation Signed-off-by: Vincent Legoll --- doc/guix.texi | 91