This commit is contained in:
teldra 2022-02-08 19:03:48 +01:00
parent 22a94ea2e5
commit 30f05823e0
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ 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