====== CPU vendor 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 vendor in the form returned by the [[https://en.wikipedia.org/wiki/CPUID|CPUID]] instruction, such as "GenuineIntel" or "AuthenticAMD". ===== See also ===== * [[:cfg|List of all iPXE settings]] ===== Build options ===== This setting is available only when the build option ''[[:buildcfg:CPUID_SETTINGS]]'' is enabled.