Results 1 to 2 of 2

Thread: Makeing a small custom kernel

  1. #1
    Join Date
    Aug 2008
    Beans
    37

    Makeing a small custom kernel

    Hi. I'm trying to build a custom kernel with a patch to support the latest winbond watchdog. I run

    `fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers`

    and everything works great except the /lib comes out to be 1.1GB. Compare that to the 100-200MB that the server image creates in lib. Does anybody know how to make my image smaller? Whats the magical incantation to make?

    Thanks

  2. #2
    Join Date
    Aug 2008
    Beans
    37

    Re: Makeing a small custom kernel

    make menuconfig -> "Kernel hacking" -> "Compile the kernel with debug info"

    Turn the option off.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •