From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: add wireless instructions to documentation Date: Tue, 01 Mar 2016 22:54:03 +0100 Message-ID: <87bn6xlv9g.fsf@gnu.org> References: <56D23D09.7050001@riseup.net> <56D3907A.1050509@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aasF7-0006Iv-Nv for guix-devel@gnu.org; Tue, 01 Mar 2016 16:54:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aasF4-0004Uh-H8 for guix-devel@gnu.org; Tue, 01 Mar 2016 16:54:09 -0500 In-Reply-To: <56D3907A.1050509@riseup.net> (ingegnue@riseup.net's message of "Sun, 28 Feb 2016 19:27:38 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: IngeGNUe Cc: guix-devel@gnu.org IngeGNUe skribis: > I suggest to add another paragraph to section 7.1.3 like so: > > To install the system, you would: > > 1. Configure the network, by running 'ifconfig eno1 up ... blablabla > > For wireless, you would create a configuration file with the following > options: > > network=3D{ > ssid=3D"foo" > psk=3D"bar" > } > > And then run "wpa_supplicant -B -i wlp1s0 -c /path/to/config && dhclient > wlp1s0". Something along these lines was added recently: http://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi#n5740 Thanks, Ludo=E2=80=99.