Loading run/install.sh +2 −2 Original line number Diff line number Diff line Loading @@ -127,9 +127,9 @@ if [ "$ALLOCATE" != "Z" ]; then else GB=$(( (SYSTEM_SIZE + 1073741823)/1073741824 )) echo "Install: Filling ${GB} GB of space, please wait.." echo "Install: Writing ${GB} GB of random data, please wait.." dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes > /dev/null dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes status=none fi Loading Loading
run/install.sh +2 −2 Original line number Diff line number Diff line Loading @@ -127,9 +127,9 @@ if [ "$ALLOCATE" != "Z" ]; then else GB=$(( (SYSTEM_SIZE + 1073741823)/1073741824 )) echo "Install: Filling ${GB} GB of space, please wait.." echo "Install: Writing ${GB} GB of random data, please wait.." dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes > /dev/null dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes status=none fi Loading