From 707364ac41ece6024c76b14e3db1d105040f6cc3 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 30 Apr 2013 17:52:55 -0500 Subject: [PATCH] print to terminal the fainl partition layout Signed-off-by: Robert Nelson --- mk_mmc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mk_mmc.sh b/mk_mmc.sh index 0011624..fd0ac1f 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1142,6 +1142,9 @@ create_partitions () { ;; esac format_boot_partition + echo "Final Created Partition:" + LC_ALL=C fdisk -l ${MMC} + echo "-----------------------------" } populate_boot () {