diff --git a/usr/lib/archboot/installer/blockdevices.sh b/usr/lib/archboot/installer/blockdevices.sh index ab4f824c9..fe5ec3686 100644 --- a/usr/lib/archboot/installer/blockdevices.sh +++ b/usr/lib/archboot/installer/blockdevices.sh @@ -742,6 +742,7 @@ _createpv() PVFINISH="" while [[ "${PVFINISH}" != "DONE" ]]; do activate_special_devices + sleep 2 : >/tmp/.pvs-create # Remove all lvm devices with children LVM_BLACKLIST="$(for i in $(${_LSBLK} NAME,TYPE | grep " lvm$" | cut -d' ' -f1 | sort -u); do