all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@we.make.ritual.n0.is>
To: "Ludovic Courtès" <ludo@gnu.org>,
	"Vincent Legoll" <vincent.legoll@gmail.com>
Cc: guix-devel@gnu.org, Vincent Legoll <vincent.legoll@idgrilles.fr>
Subject: Re: [PATCH] Enhance USB install
Date: Wed, 03 Aug 2016 00:32:02 +0000	[thread overview]
Message-ID: <87y44e7kvx.fsf@we.make.ritual.n0.is> (raw)
In-Reply-To: <87eg67xsfy.fsf@gnu.org>

Ludovic Courtès <ludo@gnu.org> writes:

> Hi Vincent,
>
> Vincent Legoll <vincent.legoll@gmail.com> skribis:
>
>> From: Vincent Legoll <vincent.legoll@idgrilles.fr>
>>
>> * 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.
>
...
>
>> +@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 work:
>> +
>> +@example
>> +zgrep CONFIG_BRIDGE= /proc/config.gz
>> +CONFIG_BRIDGE=m
>> +lsmod | grep ^bridge
>> +bridge 117542 0
>> +@end example
>
> I removed this bit because in my experience it’s not necessary.  Or am I
> overlooking something?

Do you mean the bit above or below your statement? The above might be
necessary to check for custom kernels on for example Gentoo based
systems as the host.
A check if what's about to be run is supported is good.
Or do I fail to see why you ommited this? Can you explain why it is not
necessary in your experience?

>
>> +@item
>> +Boot a virtual machine with the USB installation image
>> +
>> +@example
>> +qemu-system-x86_64 -m 1024 -smp 1 -net default -net nic,model=virtio -boot menu=on \
>> +  -drive file=guixsd-x86_64-raw.img \
>> +  -drive file=guixsd-usb-install-@value{VERSION}.@var{system}
>> +@end example
...
> Thank you!
>
> Ludo’.
>

-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

  reply	other threads:[~2016-08-03  0:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13 14:24 Document how to install in a VM from USB image Vincent Legoll
2016-07-13 14:24 ` [PATCH] Enhance USB install Vincent Legoll
2016-07-26 13:10   ` Ludovic Courtès
2016-07-26 13:31     ` Vincent Legoll
2016-08-02 12:32   ` Ludovic Courtès
2016-08-03  0:32     ` ng0 [this message]
2016-08-03  6:50     ` Vincent Legoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y44e7kvx.fsf@we.make.ritual.n0.is \
    --to=ng0@we.make.ritual.n0.is \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    --cc=vincent.legoll@gmail.com \
    --cc=vincent.legoll@idgrilles.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.