Comment 4 for bug 1661693

Revision history for this message
Neil Wilson (neil-aldur) wrote :

Scott,

Apologies. Been knee deep in kernel bugs this week and dropped the ball with this one.

We're thinking of setting the family in DMI table 1 thus:

  <os>
    <type arch='x86_64'>hvm</type>
    <boot dev='hd'/>
    <smbios mode='sysinfo'/>
  </os>
  <sysinfo type='smbios'>
    <system>
      <entry name='family'>Brightbox Cloud</entry>
    </system>
  </sysinfo>

Which gives:

Handle 0x0100, DMI type 1, 27 bytes
System Information
    Manufacturer: Red Hat
    Product Name: KVM
    Version: RHEL 7.0.0 PC (i440FX + PIIX, 1996)
    Serial Number: Not Specified
    UUID: B4BB19C4-8F2A-4D60-AED9-22CBE259CFF9
    Wake-up Type: Power Switch
    SKU Number: Not Specified
    Family: Brightbox Cloud

Does that work for you?