From cf456d9251ecd60f314e1c69bab55f5dee7f83c7 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 1 Sep 2014 15:46:16 -0500 Subject: [PATCH] mk_mmc.sh: this was moved... Signed-off-by: Robert Nelson --- mk_mmc.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 8aec4e9..2484807 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -909,12 +909,6 @@ unmount_all_drive_partitions () { } sfdisk_partition_layout () { - #Generic boot partition created by sfdisk - echo "" - echo "Using sfdisk to create partition layout" - echo "Version: `LC_ALL=C sfdisk --version`" - echo "-----------------------------" - LC_ALL=C sfdisk --force --in-order --Linux --unit M "${media}" <<-__EOF__ ${conf_boot_startmb},${conf_boot_endmb},${sfdisk_fstype},* __EOF__