Results 1 to 2 of 2
In theory, should the following produce an exact duplicate of my current kernel?
Code:
make cloneconfig
make modules
make modules_install
make bzImage
make install
In practice, will it?...
- 01-11-2006 #1
Compiling a new kernel
In theory, should the following produce an exact duplicate of my current kernel?
In practice, will it?Code:make cloneconfig make modules make modules_install make bzImage make install
Registered Linux User #379728
SuSE 10.3 :: Athlon XP 3000+ :: AsRock K7VT4A Pro :: Nvidia Geforce 6600GT :: C-Media 8738
www.psypherpunk.org.uk
- 01-11-2006 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
1) they can be combined like this:
make cloneconfig modules bzImage modules_install install
2) If cloneconfig does what the name says, yes. I've never tried it before myself.
If you want to adjust the kernel as well before compiling it, it should be possible to do a:
make cloneconfig menuconfig modules bzImage modules_install install


Reply With Quote
