This commit is contained in:
teldra 2022-02-08 19:03:48 +01:00
parent 22a94ea2e5
commit 30f05823e0

View File

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