====== CPU model setting ====== ===== Name ===== cpuvendor ===== Details ===== ^ Type | [[:cfgtype:string|String]] | ^ DHCP option number | not applicable | ^ ISC dhcpd syntax | not applicable | ===== Examples ===== === Show CPU vendor and model === echo ${cpuvendor} ${cpumodel} ===== Description ===== Represents the CPU model in the form returned by the [[https://en.wikipedia.org/wiki/CPUID|CPUID]] instruction, such as "Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz". ===== See also ===== * [[:cfg|List of all iPXE settings]] ===== Build options ===== This setting is available only when the build option ''[[:buildcfg:CPUID_SETTINGS]]'' is enabled.