summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}