mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-16 15:20:37 +08:00
feat: Improve CPU detection
This commit is contained in:
@@ -65,6 +65,8 @@ fi
|
|||||||
|
|
||||||
CPU="${CPU// CPU/}"
|
CPU="${CPU// CPU/}"
|
||||||
CPU="${CPU// 16 Core/}"
|
CPU="${CPU// 16 Core/}"
|
||||||
|
CPU="${CPU// 32 Core/}"
|
||||||
|
CPU="${CPU// 64 Core/}"
|
||||||
CPU="${CPU// Processor/}"
|
CPU="${CPU// Processor/}"
|
||||||
CPU="${CPU// Quad core/}"
|
CPU="${CPU// Quad core/}"
|
||||||
CPU="${CPU// Core TM/ Core}"
|
CPU="${CPU// Core TM/ Core}"
|
||||||
|
|||||||
Reference in New Issue
Block a user