How can make (or find) a script or utility
that can extract ?'uname -r' string from bzImage without booting it ?
Thanks
Viki
At Thu, 26 Mar 2009 12:09:38 +0200, Victoria Muntean wrote:
> How can make (or find) a script or utility
> that can extract ?'uname -r' string from bzImage without booting it ?
$ strings vmlinuz | grep -P -o \\d\\.\\d\\.\\d{2}
2.6.29
--
wbr, Vitaly