<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/installer/newt/partition.scm, 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-05-19T09:58:36Z</updated>
<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: Add password 'hide' checkbox.</title>
<updated>2019-05-07T07:25:45Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2019-05-05T10:54:40Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=445bd4d5e53d24f916ecbb62907d119da27e912b'/>
<id>urn:sha1:445bd4d5e53d24f916ecbb62907d119da27e912b</id>
<content type='text'>
* gnu/installer/newt/page.scm (run-input-page)[input-hide-checkbox?]: New
parameter adding a checkbox to toggle password hiding. By default, the
checkbox is active and the password is hence hided.
* gnu/installer/newt/partition.scm (prompt-luks-passwords): Enable the
previous parameter on both password input pages.
* gnu/installer/newt/user.scm (run-root-password-page): Enable the previous
parameter,
(confirm-password): ditto,
(run-user-add-page): add a checkbox to toggle password hiding.
</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://www.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: Do not sort methods on the partitioning page.</title>
<updated>2019-05-06T21:21:33Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-06T19:53:35Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=1d8da896be9629c7bc3d5d4e4e1028ccbab76506'/>
<id>urn:sha1:1d8da896be9629c7bc3d5d4e4e1028ccbab76506</id>
<content type='text'>
* gnu/installer/newt/partition.scm (run-partioning-page): Pass
 #:sort-listbox-items? #f so that methods always appear in the same
 order.
</content>
</entry>
<entry>
<title>installer: Do not sort the guided partition schemes in the selection page.</title>
<updated>2019-05-03T11:50:49Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-03T11:48:54Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=9d2d9cb14bd505e25ae47a3d51725a320daa6f00'/>
<id>urn:sha1:9d2d9cb14bd505e25ae47a3d51725a320daa6f00</id>
<content type='text'>
Previously, the "Everything is one partition" entry would come first in
English but it would be second in French.  This change keeps it the
first choice regardless of the language.

* gnu/installer/newt/partition.scm (run-scheme-page): Pass
 #:sort-listbox-items? to 'run-scheme-page'.
</content>
</entry>
<entry>
<title>installer: Improve layout of the partitioning page.</title>
<updated>2019-04-28T20:57:07Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-28T19:48:50Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=ed5a5d38cfd436c5893ccf1580012d3cbfbe0a70'/>
<id>urn:sha1:ed5a5d38cfd436c5893ccf1580012d3cbfbe0a70</id>
<content type='text'>
Previously the "listbox" would be unnecessarily high, leaving too little
space for the German translation of the text above.

* gnu/installer/newt/partition.scm (run-disk-page): Increase
 #:info-textbox-width and pass #:listbox-height.
</content>
</entry>
<entry>
<title>installer: Add missing i18n in the partitioning pages.</title>
<updated>2019-04-27T17:31:50Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-27T17:30:22Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=7dbdbbfd6e323e4b2932a68a48988f2b60f75712'/>
<id>urn:sha1:7dbdbbfd6e323e4b2932a68a48988f2b60f75712</id>
<content type='text'>
* gnu/installer/newt/partition.scm (run-scheme-page): Add missing 'G_'
for ITEMS.
(run-partioning-page): Likewise.
(run-partition-page): Move misplaced call to 'G_'.
</content>
</entry>
</feed>
