installer: Fix Guile-Parted crash on i686.v1.0.1
commitd68de958b60426798ed62797ff7c96c327a672ac
authorLudovic Courtès <ludo@gnu.org>
Sun, 19 May 2019 09:58:36 +0000 (19 11:58 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 19 May 2019 09:58:36 +0000 (19 11:58 +0200)
treeabb7723d188e1333e15fc84b0814c85c1ac96ef5
parentbaab87ac49e3f0f873e17eb16db9781189b1f2d1
installer: Fix Guile-Parted crash on i686.

Fixes <https://bugs.gnu.org/35783>.
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 <m.othacehe@gmail.com>
gnu/installer/newt/partition.scm
gnu/installer/parted.scm