From 7ffa8e7696b499df34a32b60c49ad3239d81061b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 20 Jun 2022 12:26:11 +0200 Subject: [PATCH] sleep longer on filesystem creation --- usr/lib/archboot/installer/mountpoints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index ea9c4e00d..189b1478b 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -247,7 +247,7 @@ mountpoints() { fi _mkfs no "${PART}" "${FSTYPE}" "${DESTDIR}" "${MP}" "${LABEL_NAME}" "${FS_OPTIONS}" "${BTRFS_DEVICES}" "${BTRFS_LEVEL}" "${BTRFS_SUBVOLUME}" "${DOSUBVOLUME}" "${BTRFS_COMPRESS}" || return 1 fi - sleep 1 + sleep 3 done < /tmp/.parts printk on DIALOG --infobox "Partitions were successfully mounted.\nContinuing in 3 seconds..." 0 0