Skip to content

Commit 853c1c7

Browse files
committed
OS-8443 Update Bhyve SMBIOS Manufacturer
1 parent 60bc1b3 commit 853c1c7

File tree

1 file changed

+2
-1
lines changed
  • usr/src/lib/brand/bhyve/zone

1 file changed

+2
-1
lines changed

usr/src/lib/brand/bhyve/zone/boot.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/*
1313
* Copyright 2020 Joyent, Inc.
14+
* Copyright 2024 MNX Cloud, Inc.
1415
*/
1516

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

0 commit comments

Comments
 (0)