Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Print kernel version in ignite kernels #69

Closed
luxas opened this issue Jun 10, 2019 · 0 comments · Fixed by #105
Closed

Print kernel version in ignite kernels #69

luxas opened this issue Jun 10, 2019 · 0 comments · Fixed by #105
Milestone

Comments

@luxas
Copy link
Contributor

luxas commented Jun 10, 2019

Doable with the command:

$ strings /tmp/vmlinux | grep "Linux version" | awk '{print $3}'
4.19.47

Also a C variant available here: https://stackoverflow.com/questions/3180029/how-can-i-determine-the-build-version-of-linux-kernel-uimage

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant