Boot
This commit is contained in:
parent
494d225e2e
commit
fe41e1c28e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -eu
|
||||||
|
|
||||||
# Docker environment variabeles
|
# Docker environment variabeles
|
||||||
|
|
||||||
: ${URL:=''}. # URL of the ISO file
|
: ${BOOT:=''}. # URL of the ISO file
|
||||||
: ${DEBUG:=''}. # Enable debug mode
|
: ${DEBUG:=''}. # Enable debug mode
|
||||||
: ${ALLOCATE:='Y'} # Preallocate diskspace
|
: ${ALLOCATE:='Y'} # Preallocate diskspace
|
||||||
: ${CPU_CORES:='1'} # vCPU count
|
: ${CPU_CORES:='1'} # vCPU count
|
||||||
|
|
Loading…
Reference in a new issue