This commit is contained in:
Kroese 2023-04-26 21:57:15 +02:00 committed by GitHub
parent 688bc4e2d8
commit 2d173b06bc

View file

@ -3,12 +3,12 @@ set -eu
# Docker environment variabeles
: ${BOOT:=''} # URL of the ISO file
: ${DEBUG:='N'} # Enable debug mode
: ${ALLOCATE:='Y'} # Preallocate diskspace
: ${CPU_CORES:='1'} # Amount of CPU cores
: ${DISK_SIZE:='16G'} # Initial data disk size
: ${RAM_SIZE:='512M'} # Maximum RAM amount
: ${BOOT:=''} # URL of the ISO file
: ${DEBUG:='N'} # Enable debug mode
: ${ALLOCATE:='Y'} # Preallocate diskspace
: ${CPU_CORES:='1'} # Amount of CPU cores
: ${DISK_SIZE:='16G'} # Initial data disk size
: ${RAM_SIZE:='512M'} # Maximum RAM amount
echo "Starting QEMU for Docker v${VERSION}..."