Hi Jemshad,
>>>>> "Jemshad" == Jemshad O K <Jemshad> writes:
Jemshad> Hi Raju,
>> 4. Modules. Installed the new modutils and enabled module
>> auto-load in the kernel, but I still have to insert modules
>> manually.
Jemshad> me too faced the same problem with modules. I was not
Jemshad> even able to boot with the ext3 compiled as module.
Thanks to Kingsly John, that particular problem at least is solved. I
edited /etc/rc.d/rc.sysinit, added the following lines near the
beginning:
KVER=`uname -r|cut -d. -f2`
if [ "$KVER" = 6 ]
then
KSYMS=/proc/kallsyms
else
KSYMS=/proc/ksyms
fi
and then changed all the OTHER occurrences of /proc/ksyms to $KSYMS.
However I'd strongly suggest that if your root and/or boot partitions
are ext3 then you compile ext3 into the kernel.
Regards,
-- Raju
--
Raj Mathur [EMAIL PROTECTED] http://kandalaya.org/
GPG: 78D4 FC67 367F 40E2 0DD5 0FEF C968 D0EF CC68 D17F
It is the mind that moves
_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/