> 
> >>> Did the make dep , clean , bzImage and now I can not find bzImage anywhere.
> > 
> 
> also, sometimes i download something and forget where i put it.  when that
> happens i do:
> 
> updatedb && locate bzImage

That's a bit of overkill in this particular instance.  In this case,
he's run "make bzImage" in the "/usr/src/linux" directory, so doing
a simple:

  find . -name "bzImage" -print

should do it... and much quicker.  (As long as you do it from "/usr/src/linux")

-bill!

Reply via email to