On Thu, Jun 24, 1999 at 05:19:42PM -0500, jason wrote:
> I'm trying to get a 2.2.10 kernel going on my slink box.. 
> it's dual proc pent 200's .. 
> 
> the kernel is big all static.. so I bzipped it.. and it just kinda freezes..

You can't actually bzip a kernel image.  The file "bzImage" is a little
misleading.  It's not actually bzipped.  You can gzip the kernel, but if
you want to do that, just do a "make zImage".
 
> anyone on how to get kmod working so that I can cut the size of this kernel
> down? 
> does kmod use the same configs as kerneld??
> 
> or is there a way i can use kerneld with the new kernel .. thanks

I would suggest getting the package "kernel-package" to make a .deb file
for the kernel image.

Get the source package, then get kernel-package (and all dependancies), go
to /usr/src/kernel-source-2.2.10, run "make menuconfig" or "make xconfig",
then run "make-kpkg", and you're almost done ...  

After the kernel is compiled and "Debianized", just install the .deb file,
kernel-image-2.2.10 which will be in /usr/src.

When you configure the kernel, configure it to support "Loadable Modules".
After you install the kernel, and reboot, run "modconf".  This will let
you select which modules to load at start.

Hope that helps!

Jon
[EMAIL PROTECTED]

PS. debian-mentors is more for new maintainers who need help making new
packages.  This question would be better aimed at debian-user.

Attachment: pgpcr2xGj7e8y.pgp
Description: PGP signature

Reply via email to