This commit is contained in:
teldra 2022-02-07 01:26:40 +01:00
parent acac2fbd9f
commit 0e23bcb09d
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ do_partition() {
mkfs.vfat -F32 ${TARGET_PHY_WWN}-part1
TARGET_PART="2"
else
set -x
parted -a optimal $TARGET_PHY_WWN -s -- mklabel msdos
TARGET_PART="1"
if [ "$ENCRYPTION_STYLE" == "b" ] || [ "$ENCRYPTION_STYLE" == "e" ]; then