print to terminal the fainl partition layout

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 204ac6f772
commit 707364ac41

@ -1142,6 +1142,9 @@ create_partitions () {
;; ;;
esac esac
format_boot_partition format_boot_partition
echo "Final Created Partition:"
LC_ALL=C fdisk -l ${MMC}
echo "-----------------------------"
} }
populate_boot () { populate_boot () {

Loading…
Cancel
Save