diff --git a/scripts/create-image.sh b/scripts/create-image.sh index 128aa545..f30db9fc 100755 --- a/scripts/create-image.sh +++ b/scripts/create-image.sh @@ -166,10 +166,6 @@ if [ "${CROSPARTS}" = "true" ]; then else if [ -f ${DOWNLOAD_DIR}/boot-${1}-${2}.dd ]; then dd if=${DOWNLOAD_DIR}/boot-${1}-${2}.dd of=/dev/loop0 - # clear the partition table and reread it via partprobe in case the boot - # blocks provided contained a gpt partition table which might confuse later - sgdisk -Z /dev/loop0 - partprobe /dev/loop0 fi fi