This commit is contained in:
teldra 2022-02-07 15:20:30 +01:00
parent 288016dca9
commit 7bb3b01c70
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ do_partition() {
start=1
if [ "$EFI" == "1" ]; then
parted -a optimal $TARGET_PHY_ID -s -- mklabel gpt
size=500
size=512
parted -a optimal $TARGET_PHY_ID unit mib -s -- mkpart EFI fat32 $start $(( start + size ))
sleep 2
start=$(( start + size ))