Skip to content

Commit

Permalink
Revert "Drop uneeded sfdisk call"
Browse files Browse the repository at this point in the history
This reverts commit e5f563c.
  • Loading branch information
Itxaka committed Jul 17, 2023
1 parent eb6171b commit f835332
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools-image/build-arm-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ sgdisk -n 4:0:+64M -c 4:persistent -t 4:8300 ${output_image}

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

if [ "$model" == "rpi64" ]; then
sfdisk --part-type ${output_image} 1 c
fi

# Prepare the image and copy over the files

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

0 comments on commit f835332

Please sign in to comment.