My server is running Debian 3 and I want to upgrade the kernel to 2.6.3 stable. I have obtained the source from kernel.org and extracted it. I know next I :
make menuconfig and set everything I want compiled
make clean
make bzImage
make modules
make modules_install
Questions: bzImage is the boot image correct? I know I will need to edit my bootloader next. I'm asking you guys because this is my first kernel compile and the machine is in a datacenter in Chicago so I don't want to make any mistakes
- Does Debian have any other ways of doing this? I know I don't want a precompiled kernel so this probably isn't an option.
- My server does have odd SCSI drivers. Do I need to compile this into the kernel, and if so, how do I specify the path to them?
Thanks for the input guys!