This commit is contained in:
teldra 2022-02-08 19:01:58 +01:00
parent 9f79f5043a
commit 76ccacb62d

View File

@ -101,6 +101,7 @@ do_partition() {
header "do partition"
start=1
TARGET_PART="1"
set -x
if [ "$EFI" == "1" ]; then
parted "${TARGET_PHY_ID}" -s -- mklabel gpt
sleep 2