unofficial mirror of guix-devel@gnu.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

* add wireless instructions to documentation
  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
  0 siblings, 1 reply; 3+ messages in thread
From: IngeGNUe @ 2016-02-29  0:27 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

* Re: add wireless instructions to documentation
  2016-02-29  0:27 ` IngeGNUe
@ 2016-03-01 21:54   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2016-03-01 21:54 UTC (permalink / raw)
  To: IngeGNUe; +Cc: guix-devel

IngeGNUe <ingegnue@riseup.net> 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={
> 	ssid="foo"
> 	psk="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’.

^ 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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).