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

feat: Disable preallocation

parent 325d510f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ trap 'error "Status $? while: $BASH_COMMAND (line $LINENO/$BASH_LINENO)"' ERR
: ${BOOT:=''}           # URL of the ISO file
: ${KVM:='Y'}           # Enable KVM acceleration
: ${DEBUG:='N'}         # Disable debugging mode
: ${ALLOCATE:='Y'}      # Preallocate diskspace
: ${ALLOCATE:='N'}      # Disable preallocation
: ${ARGUMENTS:=''}      # Extra QEMU parameters
: ${CPU_CORES:='1'}     # Amount of CPU cores
: ${RAM_SIZE:='1G'}     # Maximum RAM amount