diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2018-08-17 21:03:39 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2018-08-17 21:03:39 -0300 |
| commit | 38b92ef29b1e3a457bde4b55e1e1744979083a0f (patch) | |
| tree | 1ae66542d5d67a0ef11750b545a97b050e570720 | |
| parent | 362e9d7eaf5c271889aebcbca5b1e11d69e3f519 (diff) | |
| download | hydra-38b92ef29b1e3a457bde4b55e1e1744979083a0f.tar.gz hydra-38b92ef29b1e3a457bde4b55e1e1744979083a0f.tar.bz2 | |
Provision: take a small break to device table be updated
| -rwxr-xr-x | share/hydractl/provision | 3 |
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..." |
