Unverified Commit 0ebe6ac7 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Write random

parent 30c2163c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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