Announcement

Collapse
No announcement yet.

My custom kernel settings get erased when I execute make-kpkg clean

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    My custom kernel settings get erased when I execute make-kpkg clean

    I have added:

    CONFIG_X86_PAE=y
    CONFIG_HIGHMEM=y
    CONFIG_HIGHMEM64G=y

    to /usr/src/linux-source-2.6.22/.config

    but when I execute make-kpkg clean the three lines I added are removed

    if I then put them back and execute:

    fakeroot make-kpkg --initrd --append-to-version=-pd-ht-pae-64g kernel_image kernel_headers

    They get removed again. Does the fact that they get removed mean that the resulting kernel will not have PAE enabled and not allow mapping of RAM over >4GB. What is causing the 3 lines to be removed? How do I customize my kernel build config?
Working...
X