Find the answer to your Linux question:
Results 1 to 3 of 3
Hi everyone! I want to compile new kernel, but i want to load the configuration of my old kernel! My old kernel is 2.6.8-2 and it was installed with debian ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    10

    recycling old kernel's config file

    Hi everyone!

    I want to compile new kernel, but i want to load the configuration of my old kernel!
    My old kernel is 2.6.8-2 and it was installed with debian installation.

    can somebody tell me how can i extract the configuration of my old kernel?

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by Shime
    I want to compile new kernel, but i want to load the configuration of my old kernel!
    My old kernel is 2.6.8-2 and it was installed with debian installation.
    By default Debian will use the old config as a base.

    Or you can copy it manualy :
    Code:
    cd /usr/src/linux-new_version
    cp /boot/config-$(uname -r) .config
    Check out this thread :
    http://www.linuxforums.org/forum/lin...ile-error.html
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    May 2006
    Posts
    10
    Thank you very much!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •