Wait 1 second for new patition table to apply.

Hopefully fix #24
This commit is contained in:
ValdikSS 2022-01-07 04:05:34 +03:00
parent 5d803853aa
commit 1786bd582d
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ function create_partitions() {
else
echo "${bold} == create_partitions: INTERNAL ERROR ==${normal}"
exit 102
# Wait 1 second to settle new partition table
# See bug #24
sleep 1
fi
}