proposed cange in linux-2.6 and co

Edd Budulea e_timotei at yahoo.com
Sat Nov 12 06:07:11 UTC 2005


If someone (like me for instance) want a kernel
without modules then the BUILD will always fail.
You'll want a moduleless kernel if you expose the box
to internet.
the BUILD should be like that:
32,33c32,33
<   make ${MAKES:+-j$MAKES} modules           &&
<   backup_mods_krnl $VERSION	            &&
---
>   ( ! grep '^[ \t]*CONFIG_MODULES[ \t]*=[ \t]*y[
\t]*$' .config || make ${MAKES:+-j$MAKES} modules &&
>   backup_mods_krnl $VERSION	)               &&
35d34
<   make modules_install                      &&
37c36,37
<   cp System.map /boot/System.map-$VERSION
---
>   ( ! grep '^[ \t]*CONFIG_MODULES[ \t]*=[ \t]*y[
\t]*$' .config || make modules_install &&
>    cp System.map /boot/System.map-$VERSION )

some lines maybe are wrap becouse the mailer, but you
get the idea.




	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


More information about the Lunar mailing list