I compiled kernel with instructions from here and ended up with a kernel size of 265M. What did I do wrong? Even the initrd image is 50M.

link|improve this question

57% accept rate
feedback

migrated from serverfault.com Jul 29 '10 at 12:54

This question came from our site for system administrators and desktop support professionals.

1 Answer

Are you sure you have not slipped a digit. Why not post the contents of

ls -lh /boot

My guess is that you have compiled a monolithic kernel and not used modules at all if the size is right.

link|improve this answer
oh god I'm stupid, I was looking at the .deb package which contained all the modules. – JtR Jul 24 '09 at 11:16
BTW James, ls -lh would be better for ls's that support it... – dmckee Jul 24 '09 at 12:58
I have edited that dmckee – James Jul 24 '09 at 13:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.