<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/installer/newt, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.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://www.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: Fix wifi menu crash with hidden SSIDs.</title>
<updated>2019-05-29T09:44:49Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2019-05-29T07:44:44Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=694cb8dc62f59fb67799ad4908a6b12cf7cb49a3'/>
<id>urn:sha1:694cb8dc62f59fb67799ad4908a6b12cf7cb49a3</id>
<content type='text'>
This fixes https://issues.guix.gnu.org/issue/35622.

* gnu/installer/connman.scm (&lt;service&gt;): Mention that name may be false.
* gnu/installer/newt/wifi.scm (wifi-services): Filter out wifi services
without name.

Co-authored by: Pierre Neidhardt &lt;mail@ambrevar.xyz&gt;
</content>
</entry>
<entry>
<title>installer: Fix Guile-Parted crash on i686.</title>
<updated>2019-05-19T09:58:36Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-19T09:58:36Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=d68de958b60426798ed62797ff7c96c327a672ac'/>
<id>urn:sha1:d68de958b60426798ed62797ff7c96c327a672ac</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35783&gt;.
This is a followup to 7d567af46b4e10ffafb1d0f76b524f5781460598.

* gnu/installer/parted.scm (auto-partition!): Append ESP-PARTITION, when
it is true, to the result of 'create-adjacent-partitions!'.
* gnu/installer/newt/partition.scm (run-partioning-page): Remove
'initial-partitions' variable, and remove call to
'create-special-user-partitions'.

Co-authored-by: Mathieu Othacehe &lt;m.othacehe@gmail.com&gt;
</content>
</entry>
<entry>
<title>installer: Rename 'auto-partition' to 'auto-partition!'.</title>
<updated>2019-05-15T14:36:20Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-15T12:33:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=15374648193f813d036f377bb1e944c9bafd4636'/>
<id>urn:sha1:15374648193f813d036f377bb1e944c9bafd4636</id>
<content type='text'>
This is a followup to 7d567af46b4e10ffafb1d0f76b524f5781460598.

* gnu/installer/parted.scm (create-adjacent-partitions): Rename to...
(create-adjacent-partitions!): ... this.  Make private.
(auto-partition): Rename to...
(auto-partition!): ... this.
* gnu/installer/newt/partition.scm (run-partioning-page): Adjust
accordingly.
</content>
</entry>
<entry>
<title>installer: Mount ESP once only.</title>
<updated>2019-05-15T10:18:51Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-14T22:47:18Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=7d567af46b4e10ffafb1d0f76b524f5781460598'/>
<id>urn:sha1:7d567af46b4e10ffafb1d0f76b524f5781460598</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35731&gt;.

* gnu/installer/newt/partition.scm (run-partioning-page)[run-page]:
Introduce 'initial-partitions' variable.  Previously we'd call
'disk-partitions' after 'auto-partition' had done its job of creating
new partitions, and thus its result would contain the just-created
partitions.  Consequently, 'create-special-user-partitions' would return
the ESP partition we just created, and thus it would appear twice in the
list.
</content>
</entry>
<entry>
<title>installer: Add fat16.</title>
<updated>2019-05-14T16:01:10Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2019-05-14T15:46:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=1a92f1ff1cc62f14b6b1b676af1474515058363e'/>
<id>urn:sha1:1a92f1ff1cc62f14b6b1b676af1474515058363e</id>
<content type='text'>
* gnu/installer/newt/partition.scm (run-fs-type-page): Add fat16.
</content>
</entry>
<entry>
<title>installer: Reflow run-file-textbox-page text.</title>
<updated>2019-05-14T16:01:10Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2019-05-04T09:43:28Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=2bfb3883b98c3a5562eeb8724f4b6be462aea670'/>
<id>urn:sha1:2bfb3883b98c3a5562eeb8724f4b6be462aea670</id>
<content type='text'>
* gnu/installer/newt/page.scm (run-file-textbox-page): Reflow text.

Signed-off-by: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>installer: Allow for arbitrary long passphrases and passwords.</title>
<updated>2019-05-14T10:11:04Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-14T09:57:55Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=ef250707d3303d58ae00fe8f461701e7fa788d8a'/>
<id>urn:sha1:ef250707d3303d58ae00fe8f461701e7fa788d8a</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35716&gt;.
Reported by sirmacik &lt;sirmacik@wioo.waw.pl&gt;.

* gnu/installer/newt/page.scm (run-input-page): Add FLAG-SCROLL to
INPUT-FLAGS*.
* gnu/installer/newt/user.scm (run-user-add-page): Add FLAG-SCROLL to
ENTRY-PASSWORD.
</content>
</entry>
<entry>
<title>installer: Add missing 'G_' call.</title>
<updated>2019-05-09T10:11:36Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-08T22:34:35Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=fb98e430d4b8da58c0035726c2325699b0a3d763'/>
<id>urn:sha1:fb98e430d4b8da58c0035726c2325699b0a3d763</id>
<content type='text'>
* gnu/installer/newt/user.scm (run-user-page): Add 'G_' call for "User
creation".
</content>
</entry>
<entry>
<title>installer: "Exit" button in user page actually exits.</title>
<updated>2019-05-07T10:18:44Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-07T09:48:51Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=91936f153a6d1026350a1f58bf93f54d2ee3e1dc'/>
<id>urn:sha1:91936f153a6d1026350a1f58bf93f54d2ee3e1dc</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35607&gt;.
Reported by Florian Pelz &lt;pelzflorian@pelzflorian.de&gt;.

* gnu/installer/newt/user.scm (run-user-page): Add 'cond' clause for
ARGUMENT = EXIT-BUTTON.
</content>
</entry>
</feed>
