3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
guix/gnu
Mathieu Othacehe 9113de2ca2
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:09:19 +01:00
..
bootloader system: Generate grub locale directory for grub.cfg. 2020-11-01 01:14:36 +01:00
build shepherd: Remove dependency on (guix utils). 2020-11-05 16:13:50 +01:00
installer installer: Fix device synchronization. 2020-11-17 19:09:19 +01:00
machine machine: ssh: Do not import the host (guix config). 2020-11-09 23:27:09 +01:00
packages gnu: guix: Use libexec/guix/guile in the 'guix' shebang. 2020-11-16 23:41:02 +01:00
services services: mingetty: Export configuration accessors. 2020-11-16 19:08:36 +01:00
system vm: expression->derivation-in-linux-vm: Run in a UTF-8 locale. 2020-11-10 21:49:15 +01:00
tests tests: nfs-root-fs: Use the right store file name. 2020-11-07 12:48:24 +01:00
artwork.scm
bootloader.scm
ci.scm ci: Restore license handling. 2020-11-02 21:02:39 +01:00
image.scm image: Add image-type support. 2020-09-30 10:47:59 +02:00
installer.scm installer: Call setlocale after init gettext. 2020-10-18 17:55:40 +02:00
local.mk gnu: glib: Graft patch to detect changes to the installed applications. 2020-11-13 09:13:56 +01:00
machine.scm
packages.scm
services.scm services: provenance: Wrap config file name in 'assume-valid-file-name'. 2020-10-16 15:00:50 +02:00
system.scm system: Change comment wording. 2020-11-02 18:22:33 +01:00
tests.scm