mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-09 11:33:41 +08:00
feat: Improve CPU detection (#980)
This commit is contained in:
@@ -147,6 +147,7 @@ cpu() {
|
||||
cpu="${cpu// Core TM/ Core}"
|
||||
cpu="${cpu// with Radeon Graphics/}"
|
||||
cpu="${cpu// with Radeon Vega Graphics/}"
|
||||
cpu="${cpu// with Radeon Vega Mobile Gfx/}"
|
||||
|
||||
[ -z "${cpu// /}" ] && cpu="Unknown"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user