From 66d1e2cb9aef9e11aa14bbc111101cc2edc5fc97 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 12 Jul 2013 10:38:47 -0500 Subject: [PATCH] sfdisk: these are now the same Signed-off-by: Robert Nelson --- mk_mmc.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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