feat: Disable preallocation

This commit is contained in:
Kroese 2023-12-19 06:31:39 +01:00 committed by GitHub
parent 325d510f0a
commit b72d8b8094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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