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

Formatting

parent 3ae03962
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -121,10 +121,8 @@ if ! fallocate -l "${SYSTEM_SIZE}" "${SYSTEM}"; then
fi

 if [ "$ALLOCATE" = "Z" ]; then

  echo "Install: Preallocating 4 GB of diskspace..."
  dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes status=none

fi

# Check if file exists