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

Install

Install
parents 5dfe3bd9 206de110
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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