Fedora 14 default kernel configuration

I am looking for the default kernel configuration file for the current installation of Fedora 14. I am trying to build Android-X86 for my Motion M1400, but I cannot find a suitable .config for the kernel (and installing everything manually is a lavash).

The Fedora Core 4 / usr / src / linux folder does not exist, so I cannot do make oldconfig there sadly.

Any other idea?

0
source share
2 answers

In each core rpm.

/ downloads / config- uname -r

+2
source

Check out / proc / config.gz. If enabled in the kernel (should be), returns the current gzipped kernel configuration.

0
source

All Articles