Skip to content

Commit

Permalink
OS-8443 Update Bhyve SMBIOS Manufacturer
Browse files Browse the repository at this point in the history
  • Loading branch information
danmcd committed May 24, 2024
1 parent 579fd4c commit 5ea3536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usr/src/lib/brand/bhyve/zone/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

/*
* Copyright 2020 Joyent, Inc.
* Copyright 2024 MNX Cloud, Inc.
*/

/*
Expand Down Expand Up @@ -143,7 +144,7 @@ add_smbios(int *argc, char **argv)
* This is based upon the SMBIOS values we expose to KVM guests.
*/
(void) snprintf(smbios, sizeof (smbios),
"1,manufacturer=Joyent,product=SmartDC HVM,version=7.%s,"
"1,manufacturer=Triton Data Center,product=Triton HVM,version=7.%s,"
"serial=%s,sku=001,family=Virtual Machine",
version, zonename);

Expand Down

0 comments on commit 5ea3536

Please sign in to comment.