Print to terminal final partition layout

pull/22/head
Robert Nelson 12 years ago
parent 9389bd5422
commit eab377f51e

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

Loading…
Cancel
Save