mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 01:47:32 +08:00
Install
Install
This commit is contained in:
commit
d5af85b7ec
@ -127,7 +127,7 @@ if [ "$ALLOCATE" != "Z" ]; then
|
|||||||
else
|
else
|
||||||
|
|
||||||
GB=$(( (SYSTEM_SIZE + 1073741823)/1073741824 ))
|
GB=$(( (SYSTEM_SIZE + 1073741823)/1073741824 ))
|
||||||
echo "INFO: 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user