mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2025-02-25 22:00:48 +07:00
Install
This commit is contained in:
parent
b7a17a6149
commit
a1ed48ad6a
@ -127,7 +127,7 @@ if [ "$ALLOCATE" != "Z" ]; then
|
||||
else
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user