Update reset.sh
This commit is contained in:
parent
fb89ab21b4
commit
ebfae8b787
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ echo "❯ For support visit $SUPPORT"
|
||||||
|
|
||||||
: "${BOOT:=""}" # URL of the ISO file
|
: "${BOOT:=""}" # URL of the ISO file
|
||||||
: "${DEBUG:="N"}" # Disable debugging
|
: "${DEBUG:="N"}" # Disable debugging
|
||||||
: "${MACHINE:="virt"}" # Machine selection
|
: "${MACHINE:="virt"}" # Machine selection
|
||||||
: "${ALLOCATE:=""}" # Preallocate diskspace
|
: "${ALLOCATE:=""}" # Preallocate diskspace
|
||||||
: "${ARGUMENTS:=""}" # Extra QEMU parameters
|
: "${ARGUMENTS:=""}" # Extra QEMU parameters
|
||||||
: "${CPU_CORES:="1"}" # Amount of CPU cores
|
: "${CPU_CORES:="1"}" # Amount of CPU cores
|
||||||
|
@ -25,7 +25,7 @@ echo "❯ For support visit $SUPPORT"
|
||||||
: "${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_INDEX:="10"}" # Boot index of CD drive
|
: "${BOOT_INDEX:="10"}" # Boot index of CD drive
|
||||||
: "${BOOT_MODE:="uefi"}" # Boot in UEFI mode
|
: "${BOOT_MODE:="uefi"}" # Boot in UEFI mode
|
||||||
|
|
||||||
# Helper variables
|
# Helper variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue