Compare commits

..

2 Commits

Author SHA1 Message Date
Kroese
a73aba9ed5
Update readme.md 2025-03-15 03:10:28 +01:00
Kroese
92cffc4b6d
Update reset.sh 2025-03-15 02:48:35 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -369,7 +369,7 @@ createDevice () {
local result=" -drive file=$DISK_FILE,id=$DISK_ID,format=$DISK_FMT,cache=$DISK_CACHE,aio=$DISK_IO,discard=$DISK_DISCARD,detect-zeroes=on"
case "${DISK_TYPE,,}" in
"none" ) ;;
"none" ) ;;
"auto" )
echo "$result"
;;

View File

@ -63,7 +63,6 @@ if [ -z "${CPU// /}" ] && grep -qi "model:" <<< "$CPI"; then
fi
CPU="${CPU// CPU/}"
CPU="${CPU// 6 Core/}"
CPU="${CPU// 8 Core/}"
CPU="${CPU// 16 Core/}"
CPU="${CPU// 32 Core/}"