summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-01-13 18:36:47 (EST)
committer P. J. McDermott <pj@pehjota.net>2018-01-13 18:36:47 (EST)
commitb3985e5638a88bd0a108ac5102c065d803382f35 (patch)
treef4e9948056fb76a35efbae2b9f951ae337972eef /inst
parent76606ce4031f08e64937b22fab370550347066e7 (diff)
downloadpc-inst-b3985e5638a88bd0a108ac5102c065d803382f35.zip
pc-inst-b3985e5638a88bd0a108ac5102c065d803382f35.tar.gz
pc-inst-b3985e5638a88bd0a108ac5102c065d803382f35.tar.bz2
do_fdisk(): Sleep after sfdisk
Diffstat (limited to 'inst')
-rwxr-xr-xinst3
1 files changed, 3 insertions, 0 deletions
diff --git a/inst b/inst
index f964210..4d76039 100755
--- a/inst
+++ b/inst
@@ -54,6 +54,9 @@ do_fdisk()
EOF
printf '%s\n' "${script}" | sfdisk -u B "${dev}"
+ # Allow time to detect the new partition(s).
+ sleep 5
+
return 0
}