From 75d370af8a53d9490ea5625802285fd09b21cb00 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 22 Dec 2022 13:41:32 +0100 Subject: [PATCH] Adding debug information --- archinstall/lib/disk/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archinstall/lib/disk/helpers.py b/archinstall/lib/disk/helpers.py index afc86403..e47fca35 100644 --- a/archinstall/lib/disk/helpers.py +++ b/archinstall/lib/disk/helpers.py @@ -216,6 +216,7 @@ def get_blockdevice_info(device_path, exclude_iso_dev :bool = True) -> Dict[str, for retry_attempt in range(storage['DISK_RETRY_ATTEMPTS']): print(f"Attempt {retry_attempt} on {device_path}") partprobe(device_path) + print('Partprobe done at least') time.sleep(max(0.1, storage['DISK_TIMEOUTS'] * retry_attempt)) try: