raphael / linux-samus

Linux 4.16 on Chromebook Pixel 2015
GNU General Public License v2.0
181 stars 36 forks source link

How can I set kernel configs ? #140

Closed keyolk closed 8 years ago

keyolk commented 8 years ago

I need to enable CONFIG_CHECKPOINT_RESTORE and other configuration in kernel. What I assumed, if I change the file "config" under AUR package, it may works. But I found that every time the file .config under linux is regenerated. I cant keep my configuration.

Could anyone inform me how can I put my configuration to kernel ?

ehegnes commented 8 years ago

Did you follow the steps outlined at the ArchWiki? I'm not familiar with Arch, but I can provide steps on cloning, modifying, compiling, and installing without the help of a package manager.

keyolk commented 8 years ago

It caused by my mistake. : ( I did misconfig on .config Thanks your advice.