From a2e55c5ddae61c18190fe5c42c55022c26228ab1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 16 Dec 2023 05:11:20 +0100 Subject: [PATCH] fix: Configuration variables --- src/reset.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/reset.sh b/src/reset.sh index 2b4b035..e2ac97a 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -17,11 +17,10 @@ trap 'error "Status $? while: $BASH_COMMAND (line $LINENO/$BASH_LINENO)"' ERR : ${COUNTRY:=''} # Country code for mirror : ${CONSOLE:='N'} # Disable console mode : ${ALLOCATE:='Y'} # Preallocate diskspace -: ${RAM_SIZE:='1G'} # Maximum RAM amount -: ${DISK_SIZE:='16G'} # Initial data disk size : ${ARGUMENTS:=''} # Extra QEMU parameters : ${CPU_CORES:='1'} # Amount of CPU cores -: ${CPU_MODEL:='host'} # CPU model to emulate +: ${RAM_SIZE:='1G'} # Maximum RAM amount +: ${DISK_SIZE:='16G'} # Initial data disk size # Helper variables