mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-09 02:54:32 +00:00
image_builder: add information about new partitions
This commit is contained in:
@@ -96,3 +96,8 @@ echo -e "\033[0;31m\033[1mSize of result image: $endresult (bytes)\033[0m\033[0m
|
|||||||
echo "================================================================================"
|
echo "================================================================================"
|
||||||
|
|
||||||
truncate -s $endresult $strImgFile
|
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 "================================================================================"
|
||||||
|
|||||||
Reference in New Issue
Block a user