<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/installer/newt/network.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-06-08T00:30:25Z</updated>
<entry>
<title>installer: Fix typo.</title>
<updated>2019-06-08T00:30:25Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-06-07T23:29:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=232a7e69cea759bcb2ee6687b1ca9b79bb2f257e'/>
<id>urn:sha1:232a7e69cea759bcb2ee6687b1ca9b79bb2f257e</id>
<content type='text'>
* gnu/installer/newt/network.scm (run-technology-page): Fix plural typo.
</content>
</entry>
<entry>
<title>installer: Skip network selection dialogs when there is no choice.</title>
<updated>2019-05-06T21:21:33Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-06T20:23:42Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=46c102ca5e76ffc1daa42edba439eee9fd0f102c'/>
<id>urn:sha1:46c102ca5e76ffc1daa42edba439eee9fd0f102c</id>
<content type='text'>
Previously, for a machine that only has wired networking, and only one
such network, we'd have to go through two selection boxes.  Now we just
skip both.

* gnu/installer/newt/ethernet.scm (run-ethernet-page): When
'ethernet-services' returns one element, return it directly without
opening a listbox selection.
* gnu/installer/newt/network.scm (run-technology-page): Likewise.
</content>
</entry>
<entry>
<title>installer: Shrink simple listboxes to their minimum height.</title>
<updated>2019-05-06T21:21:33Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-06T20:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=d1e5f758e128a3c1042c98563c5b87b81b2f187a'/>
<id>urn:sha1:d1e5f758e128a3c1042c98563c5b87b81b2f187a</id>
<content type='text'>
* gnu/installer/newt/partition.scm (run-partioning-page): Pass
 #:listbox-height.
(run-scheme-page): Likewise.
(run-device-page): Likewise.
* gnu/installer/newt/network.scm (run-technology-page): Likewise.
* gnu/installer/newt/ethernet.scm (run-ethernet-page): Likewise.
</content>
</entry>
<entry>
<title>installer: Add missing 'G_' for networking message.</title>
<updated>2019-04-24T22:45:34Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-24T14:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=3cc033f2a86d44da44f63ee45602dca0cb0932b2'/>
<id>urn:sha1:3cc033f2a86d44da44f63ee45602dca0cb0932b2</id>
<content type='text'>
* gnu/installer/newt/network.scm (wait-technology-powered): Add missing
'G_'.
</content>
</entry>
<entry>
<title>installer: Fix wording for "Internet access."</title>
<updated>2019-04-07T14:21:52Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-07T14:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=d1557774522e6c56ce8fc42470f845763473eb83'/>
<id>urn:sha1:d1557774522e6c56ce8fc42470f845763473eb83</id>
<content type='text'>
* gnu/installer/newt/network.scm (run-technology-page): Fix wording for
"Internet access."
</content>
</entry>
<entry>
<title>installer: network: Adjust wording.</title>
<updated>2019-03-13T22:12:43Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-13T17:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=82f29e5b4f91f716755834c5cf7d08dae9852d8d'/>
<id>urn:sha1:82f29e5b4f91f716755834c5cf7d08dae9852d8d</id>
<content type='text'>
* gnu/installer/newt/network.scm (wait-service-online): Adjust wording
of the messages.
</content>
</entry>
<entry>
<title>installer: Make sure every sentence is dot terminated.</title>
<updated>2019-01-17T13:04:25Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2018-12-05T13:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=d700d131be31bd2838206bfc13ddd418affb185b'/>
<id>urn:sha1:d700d131be31bd2838206bfc13ddd418affb185b</id>
<content type='text'>
gnu/installer/newt/hostname.scm: Finish sentences by a dot.
gnu/installer/newt/network.scm: Ditto.
gnu/installer/newt/page.scm: Ditto.
gnu/installer/newt/partition.scm: Ditto.
gnu/installer/newt/user.scm: Ditto.
gnu/installer/newt/wifi.scm: Ditto.
</content>
</entry>
<entry>
<title>installer: network: Do not show an empty technology list.</title>
<updated>2019-01-17T13:04:25Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2018-12-05T12:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=77c00b1e573776643a4cfb81415be52f436d3ef3'/>
<id>urn:sha1:77c00b1e573776643a4cfb81415be52f436d3ef3</id>
<content type='text'>
If no technology is detected, ask the user if he prefers to continue or to
exit the installer.

* gnu/installer/newt/network.scm (run-technology-page): Run a choice-window if
technology-items procedure returns an empty list.
</content>
</entry>
<entry>
<title>installer: Turn "Cancel" buttons into "Exit" buttons.</title>
<updated>2019-01-17T13:04:25Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2018-12-05T10:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=7d812901daf0259d5d381199168d6d2994ce00ac'/>
<id>urn:sha1:7d812901daf0259d5d381199168d6d2994ce00ac</id>
<content type='text'>
This change and previous ones were,
Suggested-by: Thorsten Wilms &lt;t_w_@freenet.de&gt;
here: https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00330.html

gnu/installer/newt/ethernet.scm: Turn cancel into exit.
gnu/installer/newt/final.scm: Ditto.
gnu/installer/newt/keymap.scm: Ditto.
gnu/installer/newt/locale.scm: Ditto.
gnu/installer/newt/network.scm: Ditto.
gnu/installer/newt/page.scm: Ditto.
gnu/installer/newt/partition.scm: Ditto.
gnu/installer/newt/services.scm: Ditto.
gnu/installer/newt/timezone.scm: Ditto.
gnu/installer/newt/user.scm: Ditto.
gnu/installer/newt/wifi.scm: Ditto.
</content>
</entry>
<entry>
<title>installer: Fix compute calls.</title>
<updated>2019-01-17T13:04:24Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2018-12-05T08:48:36Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=54754efc91e4862f5a904d53a82fcc59e19646a2'/>
<id>urn:sha1:54754efc91e4862f5a904d53a82fcc59e19646a2</id>
<content type='text'>
* gnu/installer/newt/keymap.scm (run-keymap-page): Add missing argument to
compute procedure.
* gnu/installer/newt/network.scm (run-network-page): Ditto.
</content>
</entry>
</feed>
