feat: Add console mode
This commit is contained in:
parent
e80235cac2
commit
9ccfc48d61
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ echo
|
||||||
|
|
||||||
: "${BOOT:=""}" # URL of the ISO file
|
: "${BOOT:=""}" # URL of the ISO file
|
||||||
: "${DEBUG:="N"}" # Disable debugging
|
: "${DEBUG:="N"}" # Disable debugging
|
||||||
|
: "${CONSOLE:="N"}" # Disable console
|
||||||
: "${MACHINE:="virt"}" # Machine selection
|
: "${MACHINE:="virt"}" # Machine selection
|
||||||
: "${ALLOCATE:=""}" # Preallocate diskspace
|
: "${ALLOCATE:=""}" # Preallocate diskspace
|
||||||
: "${ARGUMENTS:=""}" # Extra QEMU parameters
|
: "${ARGUMENTS:=""}" # Extra QEMU parameters
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue