feat: Disable preallocation
This commit is contained in:
parent
325d510f0a
commit
b72d8b8094
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue