Update reset.sh
This commit is contained in:
parent
84ce92c859
commit
4341330edb
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ echo
|
||||||
: "${RAM_SIZE:="1G"}" # Maximum RAM amount
|
: "${RAM_SIZE:="1G"}" # Maximum RAM amount
|
||||||
: "${DISK_SIZE:="16G"}" # Initial data disk size
|
: "${DISK_SIZE:="16G"}" # Initial data disk size
|
||||||
: "${BOOT_INDEX:="10"}" # Boot index of CD drive
|
: "${BOOT_INDEX:="10"}" # Boot index of CD drive
|
||||||
|
: "${BOOT_MODE:="uefi"}" # Boot in UEFI mode
|
||||||
|
|
||||||
# Helper variables
|
# Helper variables
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue