Skip to content

Commit e5f563c

Browse files
committed
Drop uneeded sfdisk call
Signed-off-by: Itxaka <[email protected]>
1 parent 52d4f1d commit e5f563c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools-image/build-arm-image.sh

-4
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,6 @@ sgdisk -n 4:0:+64M -c 4:persistent -t 4:8300 ${output_image}
363363
# Make the disk GPT
364364
sgdisk -g ${output_image}
365365

366-
if [ "$model" == "rpi64" ]; then
367-
sfdisk --part-type ${output_image} 1 c
368-
fi
369-
370366
# Prepare the image and copy over the files
371367

372368
export DRIVE=$(losetup -f "${output_image}" --show)

0 commit comments

Comments
 (0)