mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Formatting
This commit is contained in:
parent
9f9eefb14e
commit
51b106b7e8
@ -121,10 +121,8 @@ if ! fallocate -l "${SYSTEM_SIZE}" "${SYSTEM}"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$ALLOCATE" = "Z" ]; then
|
if [ "$ALLOCATE" = "Z" ]; then
|
||||||
|
|
||||||
echo "Install: Preallocating 4 GB of diskspace..."
|
echo "Install: Preallocating 4 GB of diskspace..."
|
||||||
dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes status=none
|
dd if=/dev/urandom of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes status=none
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if file exists
|
# Check if file exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user