image_builder: add information about new partitions

This commit is contained in:
Artem Smirnov
2018-06-25 19:33:11 +03:00
parent 8cdb131a19
commit 27bfecc737

View File

@@ -96,3 +96,8 @@ echo -e "\033[0;31m\033[1mSize of result image: $endresult (bytes)\033[0m\033[0m
echo "================================================================================"
truncate -s $endresult $strImgFile
echo "================================================================================"
partinfo=`parted -m $strImgFile unit B print`
echo -e "\033[0;31m\033[1mPartition information:\033[0m\033[0m\n$partinfo"
echo "================================================================================"