It's bzImage, not bizImage and it's a file. It's the generated kernel. Copy it to /boot and rename it as you please.

make dep && ... and doing it all on one line are the same. the && form just quits after dep it something goes wrong but so will the other.


On Thu, 11 Dec 2003 13:19:02 -0800 Wes Gray <[EMAIL PROTECTED]> wrote:
On Wed, Dec 10, 2003 at 11:31:02PM -0800, Joshua Banks wrote:
I found the following on Gentoo web forum and just I also don't have anything referencing "bizImage" linux directory tree.
Maybe its because I used Genkernel last time?

bzImage is a file name for the kernel file, it's not a directory.


[snip]

[1] cp /usr/src/linux/.config /usr/src/linux-2.x.xx-yyyyyy/.config
[2] cd /usr/src
[3] rm linux
[4] ln -s linux-2.x.xx-yyyyyy linux
[5] cd /usr/src/linux
[6] make oldconfig
[7] make menuconfig or make xconfig
[8] make dep clean bzImage modules modules_install
**My Comments** shouldn't this be "make dep && make clean bizImage
modules modules_install" ??

I usually use "make dep && make ..." but the other command probably
works fine too.


And don't I wan't to "cd" to the new 2.4.20-gentoo-r8 kernel tree
before issuing this step 8 command?
These instructions are almost exactly what I do and it works fine. I
would point out that if you previously have run genkernel in a kernel
src tree, then you should remove the tree and reemerge it before trying
to use it for a manual build.


hth

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Reply via email to