sleep longer on filesystem creation

This commit is contained in:
Tobias Powalowski 2022-06-20 12:26:11 +02:00
parent 32b0160619
commit 7ffa8e7696

View file

@ -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