mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Hide dd output
This commit is contained in:
parent
a1ed48ad6a
commit
b3a08aa318
@ -129,7 +129,7 @@ else
|
|||||||
GB=$(( (SYSTEM_SIZE + 1073741823)/1073741824 ))
|
GB=$(( (SYSTEM_SIZE + 1073741823)/1073741824 ))
|
||||||
echo "Install: Writing ${GB} GB of zeroes, please wait.."
|
echo "Install: Writing ${GB} GB of zeroes, please wait.."
|
||||||
|
|
||||||
dd if=/dev/zero of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes
|
dd if=/dev/zero of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes > /dev/null
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user