[Bug 250728] Filling smbios manufacturer and family string

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 23:09:02 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250728

--- Comment #3 from Olivier Cochard <olivier at freebsd.org> ---
(In reply to VVD from comment #2)

Yes this seems a better idea to use 'FreeBSD' as manufacturer:

With my previous idea:

smbios.system.family="Virtual Machine"
smbios.system.maker="BHYVE"
smbios.system.product="BHYVE"
smbios.system.serial="None"
smbios.system.sku="None"
smbios.system.uuid="3c7d953f-dce9-11ea-b840-0cc47ad8c988"
smbios.system.version="1.0"


By using 'FreeBSD' :

smbios.system.family="Virtual Machine"
smbios.system.maker="FreeBSD"
smbios.system.product="BHYVE"
smbios.system.serial="None"
smbios.system.sku="None"
smbios.system.uuid="3c7d953f-dce9-11ea-b840-0cc47ad8c988"
smbios.system.version="1.0"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-virtualization mailing list