Skip to content

Commit c693e5a

Browse files
committed
Bios (NetBSD): try detecting boot method
1 parent cae8286 commit c693e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/bios/bios_nbsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ const char* ffDetectBios(FFBiosResult* bios)
1010
ffCleanUpSmbiosValue(&bios->version);
1111
if (ffSysctlGetString("machdep.dmi.bios-vendor", &bios->vendor) == NULL)
1212
ffCleanUpSmbiosValue(&bios->vendor);
13-
13+
ffSysctlGetString("machdep.bootmethod", &bios->type);
1414
return NULL;
1515
}

0 commit comments

Comments
 (0)