guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Enhance USB install


From: ng0
Subject: Re: [PATCH] Enhance USB install
Date: Wed, 03 Aug 2016 00:32:02 +0000

Ludovic Courtès <address@hidden> writes:

> Hi Vincent,
>
> Vincent Legoll <address@hidden> skribis:
>
>> From: Vincent Legoll <address@hidden>
>>
>> * 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.
>
...
>
>> address@hidden
>> +Ensure your running kernel has the required CONFIG_BRIDGE option for the
>> +network to work properly in the virtual machine:
>> +
>> address@hidden
>> +zgrep CONFIG_BRIDGE= /proc/config.gz
>> +CONFIG_BRIDGE=y
>> address@hidden example
>> +
>> +If it is compiled as a module & loaded, it will also work:
>> +
>> address@hidden
>> +zgrep CONFIG_BRIDGE= /proc/config.gz
>> +CONFIG_BRIDGE=m
>> +lsmod | grep ^bridge
>> +bridge 117542 0
>> address@hidden 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?

>
>> address@hidden
>> +Boot a virtual machine with the USB installation image
>> +
>> address@hidden
>> +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 address@hidden@var{system}
>> address@hidden 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 via email to

[Prev in Thread] Current Thread [Next in Thread]