Results 1 to 3 of 3
Hi,
I have a redhat 9 with kernels 2.4.20 and 2.6.0
If i copy the config-2.4.20-8 file to /usr/src/linux2.4/.config
and run a
make config
make dep
make bzImage
make modules
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-07-2004 #1Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
2.4.20
Hi,
I have a redhat 9 with kernels 2.4.20 and 2.6.0
If i copy the config-2.4.20-8 file to /usr/src/linux2.4/.config
and run a
make config
make dep
make bzImage
make modules
make modules_install
Will this overwrite my /lib/modules/2.4.20-8 directory all over again, since it already exists. is it ok if I perform the above steps again, will it overwrite any previous 2.4 settings?
Thanks,
Nik
- 01-07-2004 #2Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
im not sure why u want to run make config when u jsut copied a (supposedly) good config file across? i guess it doesn thurt to double check.
this will overwrite any modules that already exist but i dont htink it will delete any that do not get replaced (eg. 3rd party graphics drivers taht did NOT come with the kernel)
also unless u plan on replacing ur kernel (not jsu thte modules) u don tneed to do make bzImage
- 01-08-2004 #3
No it should create a directory for the modules for each kernel eg.
/lib/modules/2.4.20-8
/lib/modules/2.6.0


Reply With Quote
