Re: Kernel Challenged

2002-11-04 Thread Robert P. J. Day
On 3 Nov 2002, Gordon Messmer wrote: > On Sun, 2002-11-03 at 08:34, Robert P. J. Day wrote: > > > > if it's convenient, why bother having to make an initrd at all? > > since you're building a new kernel, you might as well just build > > ext3 support into the kernel proper. then you can dispense

Re: Kernel Challenged

2002-11-03 Thread Gordon Messmer
On Sun, 2002-11-03 at 08:34, Robert P. J. Day wrote: > > if it's convenient, why bother having to make an initrd at all? > since you're building a new kernel, you might as well just build > ext3 support into the kernel proper. then you can dispense with > this whole mkinitrd business. > > frankl

Re: Kernel Challenged

2002-11-03 Thread James Kaufman
On Sun, Nov 03, 2002 at 11:35:09AM -0500, Phil Lambert wrote: > Hey all I have a problem activating a new kernel I am hoping someone can > help. I do the the following: > > cd /usr/src/linux-2.4.19 > > make mrproper -> successful > make xconfig - > successful > make dep -> successful > make clea

Re: Kernel Challenged

2002-11-03 Thread Robert P. J. Day
On 3 Nov 2002, Phil Lambert wrote: > Hey all I have a problem activating a new kernel I am hoping someone can > help. I do the the following: > > cd /usr/src/linux-2.4.19 > > make mrproper -> successful > make xconfig - > successful > make dep -> successful > make clean -> successful > make bzI

Kernel Challenged

2002-11-03 Thread Phil Lambert
Hey all I have a problem activating a new kernel I am hoping someone can help. I do the the following: cd /usr/src/linux-2.4.19 make mrproper -> successful make xconfig - > successful make dep -> successful make clean -> successful make bzImage -> successful make modules -> successful make modul