<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/installer/parted.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-05T15:27:22Z</updated>
<entry>
<title>installer: Always add '%base-initrd-modules' to 'initrd-modules'.</title>
<updated>2019-06-05T15:27:22Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-06-05T14:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=0b051bacb34dbd5218f3342c47129b5ed676f155'/>
<id>urn:sha1:0b051bacb34dbd5218f3342c47129b5ed676f155</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/36099&gt;.
Reported by Jonathan Brielmaier &lt;jonathan.brielmaier@web.de&gt;.

* gnu/installer/parted.scm (initrd-configuration): Add
%BASE-INITRD-MODULES to the 'initrd-modules' field.
</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://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://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: Fix docstring.</title>
<updated>2019-05-14T16:01:09Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2019-05-14T15:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=b7488b321d551277ea5a62c7dfa6d565e6986958'/>
<id>urn:sha1:b7488b321d551277ea5a62c7dfa6d565e6986958</id>
<content type='text'>
* gnu/installer/parted.scm (create-fat32-file-system): Fix docstring.
</content>
</entry>
<entry>
<title>installer: Add fat16.</title>
<updated>2019-05-14T16:01:08Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2019-05-13T23:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=628d09ae53047ea666f4f84ae5e5be911647fe8c'/>
<id>urn:sha1:628d09ae53047ea666f4f84ae5e5be911647fe8c</id>
<content type='text'>
* gnu/installer/parted.scm (user-fs-type-name): Add fat16.
(user-fs-type-&gt;mount-type): Add fat16.
(create-fat16-file-system): New procedure.
(format-user-partitions): Use it.
</content>
</entry>
<entry>
<title>installer: Create btrfs file system.</title>
<updated>2019-05-13T22:44:03Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2019-05-09T17:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=c5b1377840c3397e73de0d9f29bce60f8a91c286'/>
<id>urn:sha1:c5b1377840c3397e73de0d9f29bce60f8a91c286</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35655&gt;.

* gnu/installer/parted.scm (create-btrfs-file-system): New procedure.
(format-user-partitions): Use it.
</content>
</entry>
<entry>
<title>installer: Produce an 'initrd-modules' field if needed.</title>
<updated>2019-03-27T10:54:05Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-26T22:06:51Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=50247be5f4633a4c3446cddbd3515d027853ec0d'/>
<id>urn:sha1:50247be5f4633a4c3446cddbd3515d027853ec0d</id>
<content type='text'>
* gnu/installer/parted.scm (root-user-partition?): New procedure.
(bootloader-configuration): Use it.
(user-partition-missing-modules, initrd-configuration): New procedures.
(user-partitions-&gt;configuration): Call 'initrd-configuration'.o
* gnu/installer.scm (not-config?): Rename to...
(module-to-import?): ... this.  Add cases to exclude non-installer and
non-build (gnu …) modules.
(installer-program)[installer-builder]: Add GUIX to the extension list.
</content>
</entry>
<entry>
<title>installer: Emit 'bootloader' field before 'swap-devices'.</title>
<updated>2019-03-27T10:54:05Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-26T20:58:41Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=54043bf23f9b1a012f26082f57286862c5029865'/>
<id>urn:sha1:54043bf23f9b1a012f26082f57286862c5029865</id>
<content type='text'>
* gnu/installer/parted.scm (user-partitions-&gt;configuration): Move
'bootloader' section above 'swap-devices'.
</content>
</entry>
<entry>
<title>installer: Set the system's 'keyboard-layout' field.</title>
<updated>2019-03-25T22:37:05Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-25T22:21:08Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=3191b5f6ba5ebbb59a7448facd999ad7f7aeae79'/>
<id>urn:sha1:3191b5f6ba5ebbb59a7448facd999ad7f7aeae79</id>
<content type='text'>
* gnu/installer/newt/keymap.scm (keyboard-layout-&gt;configuration): New
procedure.
* gnu/installer.scm (compute-keymap-step): Return RESULT.
(installer-steps) &lt;'keymap&gt;: Add 'configuration-formatter' field.
(installer-program): Use (gnu installer newt keymap).
* gnu/installer/parted.scm (bootloader-configuration): Set
'keyboard-layout'.
</content>
</entry>
<entry>
<title>gnu: Fix some typos in the installer.</title>
<updated>2019-02-18T00:52:47Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-02-10T14:54:53Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=b83e4a93a2118513cdd2186d796729f0813264c0'/>
<id>urn:sha1:b83e4a93a2118513cdd2186d796729f0813264c0</id>
<content type='text'>
* gnu/installer/connman.scm (connman-connect-with-auth): Fix typo in
documentation.
* gnu/installer/newt/keymap.scm (sort-variants): Likewise.
* gnu/installer/newt/page.scm (run-listbox-selection-page): Likewise.
* gnu/installer/parted.scm (mkpart): Likewise.
* gnu/installer/newt/utils.scm (destroy-form-and-pop): Likewise.
* gnu/installer/newt/wifi.scm (run-unknown-error-page): Fix typo.
(wifi-listbox-heigth): Rename to…
(wifi-listbox-height): …this, and adjust caller.
* gnu/installer/timezone.scm (locate-childrens): Rename to…
(locate-children): …this.  Adjust all callers.
</content>
</entry>
</feed>
