Skip to content

Commit

Permalink
Drop uneeded sfdisk call
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jul 13, 2023
1 parent 52d4f1d commit e5f563c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools-image/build-arm-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,6 @@ sgdisk -n 4:0:+64M -c 4:persistent -t 4:8300 ${output_image}
# Make the disk GPT
sgdisk -g ${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 e5f563c

Please sign in to comment.