|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: rh6.0 -- anyone downloaded a new kernel
|
Hi All,
It should not matter what distribution that you build the kernel on if
you follow the README file in the kernel source code.
start off with applying the patches
gzip -cd patch* | patch -p0
then
make menuconfig || make xconfig
make dep
make bzImage
make modules
make modules_install
finally copy your new kernel to where the boot kernels are located on
your system
cp arch/i386/bzImage /boot/bzImage-2.3.3
I like the Debian method of symbolic links from the root directory to
the boot directory
ln -s /boot/bzImage-2.3.3 /vmlinuz
With symbolic linking there should be no reason to edit the
/etc/lilo.conf file. Then run lilo to fix your mbr
It is a good idea to keep the old version on the system and have a
vmlinuz.old symlink in the root directory.
Have a good day :-)
John S. Kallal wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
>
> On Thu, 20 May 1999, Kyle Burton wrote:
>
> > and rebuilt it on rh6.0 yet? I tried with 2.2.9, and had problems with
> > it complaining about System.map when it was booting. Is the process for
> > installing a new kernel different for rh6.0 or for 2.2.9?
> >
> > anyone know?
> >
> > k
> >
> I have compiled and used the Linux kernel v2.2.5/v2.2.7 from early
> April/May on the Debian 2.1 distribution. Compiling and installing the
> kernel was very easy on Debian using the make-kpkg command
> of the package 'kernel-package'.
>
> John Kallal
>
> -----BEGIN PGP SIGNATURE-----
> Version: 2.6.3a
> Charset: noconv
>
> iQCVAwUBN0gOpyJv6kqw5KfpAQEgbAP/ZxPVw0bPXKk9pa13WU6Be/dyqtrsIUzj
> VnFtCOoUrpB5c9bNtDetmbcmE5WHqZjKJdUFy1EodGX0Y/GSC3nGALmO4eHNMMvn
> VvUnZFBkZEeWeuFpsx8FOZw8LFC/O0We76WnBpPyYZXS+CuBunLBNi4eUFP5Rmiw
> 3NRkTMPhcv0=
> =gy3l
> -----END PGP SIGNATURE-----
>
> --
> To unsubscribe, send a message with the word 'unsubscribe' in the subject
> or body of your message to plug-request@lists.nothinbut.net
--
0 0 L & R Associates
" Home Page: http://www.netaxs.com/~ldc/
_______ooO ~ Ooo_______________________________________________
LeRoy D. Cressy /\_/\ ldc@netaxs.com
Computer Consulting ( o.o ) Phone (215) 535-4037
> ^ < Fax (215) 535-4285
--
To unsubscribe, send a message with the word 'unsubscribe' in the subject
or body of your message to plug-request@lists.nothinbut.net
|
|