|
From: Heiko Z. <he...@zu...> - 2011-12-30 18:17:27
|
Cuno, Quoting Cuno Degiacomi <cun...@in...>: > Hi > I successfully compiled the whole DL based on the lfsystem32 and version > 1.6.0-RC1. I am impressed how well this works and my PC seems to be > happy with the iso file I got. Thank you guys for this tremendous effort > you did over the years of the DL existence! You're welcome. > My primary intention is to compile DL for a rather minimalistic hardware > box and hence I have to tune some of the kernel parameters. I now > struggle to recompile the kernel with changed parameters: changing the > config_linux.486 in build/scripts/config/linux-3.x seems not to do the > job as the new kernel still has the same original parameters when I > check in build/tmp/linux-3.x/.config. The prepare script copies the files into the kernel directory. Keep min mind that the config_linux.486 script is only for the CPU/platform specific parameters. The bulk of the settings are in config_linux (x86_64 is the only one which is different). > Where and at which point in the make-process can I alter the kernel > parameters? To force the kernel recompile I removed the linux files in > build/tmp/FLAGS/ as I assume this replaces the earlier > build/tmp/.done_xxx files as indicated in the 1.4.x documentation. I > don't find a more up-to-date documentation than the 1.4.x version and > searching the mailing list archive did not reveal the needed > information. But honestly, I am not sure if this is the right approach > to force the recompile of one component (in my case the kernel). Yes unfortunately we don't have an up-to-date documentation for 1.6. We're accepting volunteers to fix the docs! ;-) We currently have no support for supplying a custom kernel config. It may be a good idea to add that functionality, so you can simply point it to your cfg file. Patches are welcome. :D For now I would just replace the config_linux file and make sure you keep a copy outside out the build tree, so it doesn't get overwritten by updates. -- Regards Heiko Zuerker http://www.devil-linux.org |