all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* add wireless instructions to documentation
@ 2016-02-28  0:19 IngeGNUe
  2016-02-29  0:27 ` IngeGNUe
  0 siblings, 1 reply; 3+ messages in thread
From: IngeGNUe @ 2016-02-28  0:19 UTC (permalink / raw)
  To: guix-devel

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".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-01 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28  0:19 add wireless instructions to documentation IngeGNUe
2016-02-29  0:27 ` IngeGNUe
2016-03-01 21:54   ` Ludovic Courtès

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.