From 2af7eeeccf16aaaf854e16d3122c71a298eac639 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 26 Jun 2013 15:08:41 -0500 Subject: [PATCH] sfdisk: do not touch first mb Signed-off-by: Robert Nelson --- mk_mmc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 61810ba..73eb0c9 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1163,8 +1163,8 @@ sfdisk_boot_partition () { echo "Using sfdisk to create BOOT partition" echo "-----------------------------" - LC_ALL=C sfdisk --DOS --sectors 63 --heads 255 --unit M "${MMC}" <<-__EOF__ - ,${boot_partition_size},0xe,* + LC_ALL=C sfdisk --in-order --Linux --unit M "${MMC}" <<-__EOF__ + 1,${boot_partition_size},0xe,* __EOF__ sync