From 0e56eae8daa6bac7e1fa08b9cd80e6db022c4327 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Sun, 11 Sep 2022 18:15:54 +0200 Subject: [PATCH] Add sleep after sgdisk --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 63ec1b9..113cc6a 100644 --- a/install.sh +++ b/install.sh @@ -125,7 +125,7 @@ sgdisk --clear \ --new=2:0:+8GiB --typecode=2:8200 --change-name=2:cryptswap \ --new=3:0:0 --typecode=3:8300 --change-name=3:cryptsystem \ "${device}" -partprobe "${device}" +sleep 5 echo -e "\n### Formatting partitions" # Boot partition