diff --git a/mk_mmc.sh b/mk_mmc.sh index 73f1057..56182c2 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1226,9 +1226,7 @@ create_partitions () { dd_uboot_boot) dd_uboot_boot if [ "${use_sfdisk}" ] ; then - LC_ALL=C sfdisk --in-order --Linux --unit M "${MMC}" <<-__EOF__ - ${conf_boot_startmb},${conf_boot_endmb},${sfdisk_fstype},* - __EOF__ + sfdisk_boot_partition else LC_ALL=C parted --script ${MMC} mkpart primary ${parted_format} ${conf_boot_startmb} ${conf_boot_endmb} fi