From: "Fred Jackson" <fred@arkansaswebs.com>
>
[snipi]
>
> I start with the usual
> make mrproper
> make xconfig ( I load a kernel config file - originally created with
> 2.4.8)
> make bzImage
> make modules
> make modules_install
> make install
>
> (i've already edited lilo.conf and the links in the /boot directory)
>
Isn't it more safe to do it like this:
make mrproper
cp ../linux-2.4.8/.config .
make oldconfig
make xconfig
make bzImage && make modules && make modules_install && make install
?
I thought this was the proper way to do it, no?
Magnus
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Programmer/Networker [|] Magnus Naeslund
PGP Key: http://www.genline.nu/mag_pgp.txt
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:28 EST