From mboxrd@z Thu Jan 1 00:00:00 1970 From: IngeGNUe Subject: add wireless instructions to documentation Date: Sun, 28 Feb 2016 19:27:38 -0500 Message-ID: <56D3907A.1050509@riseup.net> References: <56D23D09.7050001@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaBgg-0007XT-RD for guix-devel@gnu.org; Sun, 28 Feb 2016 19:27:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaBgb-0003iu-SR for guix-devel@gnu.org; Sun, 28 Feb 2016 19:27:46 -0500 Received: from mx1.riseup.net ([198.252.153.129]:60452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaBgb-0003iq-LH for guix-devel@gnu.org; Sun, 28 Feb 2016 19:27:41 -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 7EBF01A1B14 for ; Mon, 29 Feb 2016 00:27:40 +0000 (UTC) In-Reply-To: <56D23D09.7050001@riseup.net> 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={ ssid="foo" psk="bar" } And then run "wpa_supplicant -B -i wlp1s0 -c /path/to/config && dhclient wlp1s0".