aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-08-17 21:03:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-08-17 21:03:39 -0300
commit38b92ef29b1e3a457bde4b55e1e1744979083a0f (patch)
tree1ae66542d5d67a0ef11750b545a97b050e570720
parent362e9d7eaf5c271889aebcbca5b1e11d69e3f519 (diff)
downloadhydra-38b92ef29b1e3a457bde4b55e1e1744979083a0f.tar.gz
hydra-38b92ef29b1e3a457bde4b55e1e1744979083a0f.tar.bz2
Provision: take a small break to device table be updated
-rwxr-xr-xshare/hydractl/provision3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/hydractl/provision b/share/hydractl/provision
index 3b39abe..2bf2307 100755
--- a/share/hydractl/provision
+++ b/share/hydractl/provision
@@ -218,6 +218,9 @@ fi
hydra_sudo_run parted -s -- $device set 2 boot on
+# Take a small break to device table be updated
+sleep 2
+
# Create volumes.
echo "Creating the needed disk volumes..."