Skip to content

Commit f835332

Browse files
committed
Revert "Drop uneeded sfdisk call"
This reverts commit e5f563c.
1 parent eb6171b commit f835332

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools-image/build-arm-image.sh

+4
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ sgdisk -n 4:0:+64M -c 4:persistent -t 4:8300 ${output_image}
360360

361361
sgdisk -m 1:2:3:4 ${output_image}
362362

363+
if [ "$model" == "rpi64" ]; then
364+
sfdisk --part-type ${output_image} 1 c
365+
fi
366+
363367
# Prepare the image and copy over the files
364368

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

0 commit comments

Comments
 (0)