1
0

feat: introduce kernel version

This commit is contained in:
2023-05-14 22:00:29 +00:00
parent de5ebd6455
commit 1b2d636410
4 changed files with 16 additions and 5 deletions

View File

@ -276,6 +276,8 @@ type KernelInfo struct {
DistroRelease string // 18.04/7.4.1708/9.1
// Must be *exactly* same as in `uname -r`
KernelVersion string
KernelRelease string
// Build-time information