2.6 Upgrade
I'm going to be upgrading to the 2.6.7 kernel as well as using the 2.6.7-mm7 patch; as it has been said that the mm series makes the kernel more stable for the most part as well as adding in some functionality and speed enhancements. I am following roughly directions from kerneltrap.org; as well as refering to the LFS book for how to tell make to use gcc 2.95.3 instead of 3.3.3 or whatever the default compiler is on the LFS sys. Ok so ignore that last comment cause i'm gunna go ahead and install the module-init-tools thing now.
module-init-tools:
./configure --prefix=/
make moveold <=== renames the old module handling utilities
make
make install
./generate-modprobe.conf /etc/modprobe.conf
depmod 2.6.7 ----> failed cause it's not installed yet
HAHA anyway i just ran depmod without any params and it worked so that's what i'm gunna do
Ok so that should be that, on to the next thing
module-init-tools:
./configure --prefix=/
make moveold <=== renames the old module handling utilities
make
make install
./generate-modprobe.conf /etc/modprobe.conf
depmod 2.6.7 ----> failed cause it's not installed yet
HAHA anyway i just ran depmod without any params and it worked so that's what i'm gunna do
Ok so that should be that, on to the next thing

0 Comments:
Post a Comment
<< Home