mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
#1201 added debug message
This commit is contained in:
parent
949ef33a78
commit
6ceeca3f32
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ if [ "$1" = "format" ]; then
|
|||
>&2 echo "# Wiping all partitions"
|
||||
for v_partition in $(parted -s /dev/${hdd} print|awk '/^ / {print $1}')
|
||||
do
|
||||
>&2 echo "# sudo parted -s /dev/${hdd} rm ${v_partition}"
|
||||
sudo parted -s /dev/${hdd} rm ${v_partition}
|
||||
sleep 2
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue