From ebfae8b787f59d142ffdb12ae26cc9127d324fed Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 5 Jun 2024 17:48:50 +0200 Subject: [PATCH] Update reset.sh --- src/reset.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reset.sh b/src/reset.sh index b58ddbf..6551308 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -17,7 +17,7 @@ echo "❯ For support visit $SUPPORT" : "${BOOT:=""}" # URL of the ISO file : "${DEBUG:="N"}" # Disable debugging -: "${MACHINE:="virt"}" # Machine selection +: "${MACHINE:="virt"}" # Machine selection : "${ALLOCATE:=""}" # Preallocate diskspace : "${ARGUMENTS:=""}" # Extra QEMU parameters : "${CPU_CORES:="1"}" # Amount of CPU cores @@ -25,7 +25,7 @@ echo "❯ For support visit $SUPPORT" : "${RAM_CHECK:="Y"}" # Check available RAM : "${DISK_SIZE:="16G"}" # Initial data disk size : "${BOOT_INDEX:="10"}" # Boot index of CD drive -: "${BOOT_MODE:="uefi"}" # Boot in UEFI mode +: "${BOOT_MODE:="uefi"}" # Boot in UEFI mode # Helper variables