guix/gnu/installer
Mathieu Othacehe 5697a524a7
installer: Remove logical devices.
If a device contains an active logical volume, BLKRRPART will report that the
device is busy. This will cause this device to be filtered by
"non-install-devices" procedure, which is not desired.

Make sure to deactivate all logical volumes before device probing.

Fixes <https://issues.guix.gnu.org/42683>.

* gnu/installer.scm (installer-program): Add lvm2-static to the inputs.
* gnu/installer/parted.scm (remove-logical-devices): New procedure,
(init-parted): call it.
2020-08-06 11:31:38 +02:00
..
aux-files
newt
connman.scm
final.scm
hostname.scm
keymap.scm
locale.scm
newt.scm
parted.scm
proxy.scm
record.scm
services.scm
steps.scm
tests.scm
timezone.scm
user.scm
utils.scm