You are not logged in.
Do you know if there is a tool that would generate a config file to recompile my kernel using an lsmod output to detect what modules are needed by the system? What I'd like to do is to recompile setting all the modules directly in the kernel so to achieve faster boot times.
Offline
is supported in kernel. localmodconfig or something like that. is described here: http://wiki.archlinux.org/index.php/Ker … rom_Source
Last edited by wonder (2010-05-02 22:20:07)
Give what you have. To someone, it may be better than you dare to think.
Offline
wow that is as easy as "make localmodconfig"
gotta love that! thanks.
Offline
If you want to compile everything in the kernel, localyesconfig may also be interesting for you:
localyesconfig - Update current config converting local mods to core
http://git.kernel.org/?p=linux/kernel/g … g/Makefile (see the help target)
Offline
localyesconfig - Update current config converting local mods to core
And that is exactly what I needed. Thanks.
Offline
update: localyesconfig doesn't really seem to work out of the box on my desktop. I get a very annoying kernel panic at boot. I'll try to troubleshoot it.
Offline
Edited out and posted a new thread
Last edited by graysky (2010-08-23 08:41:50)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline