Kernel Version
-
This might be a dumb question, but what’s the easiest way to tell what kernel version we’re on in fog? We just upgraded from 0.29 to 0.32 today and I was wondering what bzimage kernel we have in place now. Thanks.
-
if you boot a host into debug mode you can run the command
[CODE]uname -a[/CODE]
which will spit back the kernel version along with other info. -
[quote=“BryceZ, post: 4608, member: 2”]if you boot a host into debug mode you can run the command
[CODE]uname -a[/CODE]
which will spit back the kernel version along with other info.[/quote]Worked perfectly. Thanks.