From mboxrd@z Thu Jan 1 00:00:00 1970 From: IngeGNUe Subject: add wireless instructions to documentation Date: Sat, 27 Feb 2016 19:19:21 -0500 Message-ID: <56D23D09.7050001@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]:57631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZp57-0001Az-7B for guix-devel@gnu.org; Sat, 27 Feb 2016 19:19:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZp54-0002Ph-2I for guix-devel@gnu.org; Sat, 27 Feb 2016 19:19:29 -0500 Received: from mx1.riseup.net ([198.252.153.129]:36884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZp53-0002PX-QH for guix-devel@gnu.org; Sat, 27 Feb 2016 19:19:25 -0500 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 2DEFE1A1F46 for ; Sun, 28 Feb 2016 00:19:23 +0000 (UTC) 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: guix-devel@gnu.org 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".