View previous topic :: View next topic |
Author |
Message |
msh n00b
Joined: 17 Jun 2002 Posts: 39 Location: Denmark
|
Posted: Mon Jun 17, 2002 9:44 am Post subject: Viewing my kernel configuration |
|
|
Is there anyway to view the configuration of the kernel I have compiled? Can I somewhere see what I have put in it? |
|
Back to top |
|
|
sleazyrob n00b
Joined: 11 Jun 2002 Posts: 8 Location: Leeds / Manchester / London UK
|
Posted: Mon Jun 17, 2002 9:53 am Post subject: Re: Viewing my kernel configuration |
|
|
msh wrote: | Is there anyway to view the configuration of the kernel I have compiled? Can I somewhere see what I have put in it? |
The easiest way is simply to do 'make menuconfig' or 'make xconfig' again but you can see how you answered the config questions by looking at
Code: | /usr/src/linux*/.config |
_________________ --
Robert N Wood
rob@rnwood.co.uk |
|
Back to top |
|
|
msh n00b
Joined: 17 Jun 2002 Posts: 39 Location: Denmark
|
Posted: Mon Jun 17, 2002 9:58 am Post subject: Re: Viewing my kernel configuration |
|
|
sleazyrob wrote: | msh wrote: | Is there anyway to view the configuration of the kernel I have compiled? Can I somewhere see what I have put in it? |
The easiest way is simply to do 'make menuconfig' or 'make xconfig' again but you can see how you answered the config questions by looking at
Code: | /usr/src/linux*/.config |
|
Thx. That was it. |
|
Back to top |
|
|
|