|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
Saving Information On kernel Installs
Is there any way for me to save the settings I have on the currently installed kernel, and then have them selected when I run "make menuconfig"?
|
|
#2
|
|||
|
|||
|
? this should happen automatically ! config info is saved to your ".config" file.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
||||
|
||||
|
# mv /vmlinuz /vmlinuz.old
# cat arch/i386/boot/zImage > /vmlinuz # mv /boot/System.map /boot/System.map.old # cp System.map /boot/System.map should ensure that your previous boot image is preserved. You can then set up lilo to boot either old or new. christo this is well documented on the slackware site http://www.slackware.com/book/index...ource=x948.html It's the best kernel compilation explaination I have come across ![]()
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#4
|
|||
|
|||
|
additionally, you should save your .config file to /boot, then you can backup this directory for rebuilding your machine from scratch one day if you need (or want) to.
|
|
#5
|
|||
|
|||
|
Yeah, I do all that stuff, but when I run "make menuconfig" it doesnt keep all my old kernel configureations. =(
|
|
#6
|
|||
|
|||
|
are you working as root?
do all kernel sources belong to root.root? do you say "save settings" when you exit menuconfig? does your kernel compile with the new settings or does it also keep the old ones? |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Saving Information On kernel Installs |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|