Wednesday, 8 June 2011
Friday, 29 April 2011
Wednesday, 20 April 2011
Thursday, 24 February 2011
Thursday, 10 February 2011
Monday, 31 January 2011
What options was my kernel compiled with?
I needed to find out what options my kernel was compiled with, quick Google and here is the answer:
There is a corresponding file called config- for each installed kernel in the /boot folder.
Find the option you want by piping it through grep with:
cat /boot/config-$(uname -r)$(uname -r) replaces itself with the name of your kernel.
There is a corresponding file called config-
Find the option you want by piping it through grep with:
cat /boot/config-$(uname -r) | grep YOUR_OPTION_HERE
Subscribe to:
Posts (Atom)