Re: [PATCH] Enhance USB install

2016-08-02 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 w

Re: [PATCH] Enhance USB install

2016-08-02 Thread ng0
Ludovic Courtès writes: > 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 c8b543741f422ecf41e7635c6a1c40b3bd5

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 c8b543741f422ecf41e7635c6a1c40b3bd55947a, with several modifications. > +

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: > This image contains a single partition with the tools nece