* how to extract 'uname -r' string from bzImage without booting it ?
[not found] <ab4346860903260308t76edb9b7n165c58b0cb654948@mail.gmail.com>
@ 2009-03-26 10:09 ` Victoria Muntean
2009-03-26 10:17 ` Vitaly Mayatskikh
0 siblings, 1 reply; 2+ messages in thread
From: Victoria Muntean @ 2009-03-26 10:09 UTC (permalink / raw)
To: Kernel Linux
How can make (or find) a script or utility
that can extract 'uname -r' string from bzImage without booting it ?
Thanks
Viki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: how to extract 'uname -r' string from bzImage without booting it ?
2009-03-26 10:09 ` how to extract 'uname -r' string from bzImage without booting it ? Victoria Muntean
@ 2009-03-26 10:17 ` Vitaly Mayatskikh
0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Mayatskikh @ 2009-03-26 10:17 UTC (permalink / raw)
To: Victoria Muntean; +Cc: Kernel Linux
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-26 10:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <ab4346860903260308t76edb9b7n165c58b0cb654948@mail.gmail.com>
2009-03-26 10:09 ` how to extract 'uname -r' string from bzImage without booting it ? Victoria Muntean
2009-03-26 10:17 ` Vitaly Mayatskikh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®