Update reset.sh
This commit is contained in:
parent
6ccdaf72d3
commit
b8516d034b
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ echo "❯ For support visit $SUPPORT"
|
||||||
: "${RAM_SIZE:="1G"}" # Maximum RAM amount
|
: "${RAM_SIZE:="1G"}" # Maximum RAM amount
|
||||||
: "${RAM_CHECK:="Y"}" # Check available RAM
|
: "${RAM_CHECK:="Y"}" # Check available RAM
|
||||||
: "${DISK_SIZE:="16G"}" # Initial data disk size
|
: "${DISK_SIZE:="16G"}" # Initial data disk size
|
||||||
|
: "${BOOT_MODE:=""}" # Boot system with UEFI
|
||||||
: "${BOOT_INDEX:="9"}" # Boot index of CD drive
|
: "${BOOT_INDEX:="9"}" # Boot index of CD drive
|
||||||
|
|
||||||
# Helper variables
|
# Helper variables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue