Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-26 10:31:37 -07:00
parent e040851a4c
commit 7a3d3db7ac
13 changed files with 125 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ func collectOSVersion() string {
}
out, _ = runQuiet(ctx, "uname", "-sr")
return out
}
@@ -53,5 +54,6 @@ func collectSerialNumber() string {
defer cancel()
out, _ := runQuiet(ctx, "kenv", "smbios.system.serial")
return out
}