guix/gnu/installer
Mathieu Othacehe 3d3ffb30f9
installer: Fix device synchronization.
Reported by Florian Pelz:
https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00326.html.

* gnu/installer/utils.scm (call-with-time): New procedure,
(let/time): new macro.
* gnu/installer/parted.scm (with-delay-device-in-use?): Increase the retry
count to 16.
(non-install-devices): Remove the call to with-delay-device-in-use? as it
doesn't return the expected result, and would block much longer now.
(free-parted): Log the time required to sync each device.
2020-11-17 19:10:14 +01:00
..
aux-files installer: Use 'glibc-supported-locales'. 2019-05-13 23:46:08 +02:00
newt installer: parameters: Add a reboot button. 2020-11-07 18:17:32 +01:00
connman.scm installer: Fix docstring typoes. 2020-09-21 00:31:15 +02:00
final.scm installer: final: Introduce call-with-mnt-container. 2020-09-10 09:38:52 +02:00
hostname.scm installer: Add hostname. 2019-01-17 14:04:23 +01:00
keymap.scm installer: Allow Alt+Shift toggle from non-Latin keyboard layouts. 2020-04-09 02:42:54 +00:00
locale.scm maint: Switch to Guile-JSON 3.x. 2019-07-25 00:16:41 +02:00
newt.scm installer: Limit listbox height. 2020-11-07 13:19:25 +01:00
parted.scm installer: Fix device synchronization. 2020-11-17 19:10:14 +01:00
proxy.scm installer: Add proxy support. 2020-04-08 10:24:02 +02:00
record.scm installer: Allow Alt+Shift toggle from non-Latin keyboard layouts. 2020-04-09 02:42:54 +00:00
services.scm installer: Add Emacs EXWM desktop environment. 2020-10-13 21:17:40 +02:00
steps.scm installer: Limit listbox height. 2020-11-07 13:19:25 +01:00
tests.scm installer: Use UUIDs in the 'swap-devices' field. 2020-10-30 01:14:21 +01:00
timezone.scm gnu: Fix some typos in the installer. 2019-02-18 01:52:47 +01:00
user.scm installer: User can have a "real name". 2019-04-28 22:57:07 +02:00
utils.scm installer: Fix device synchronization. 2020-11-17 19:10:14 +01:00