NAME

grml-kernelconfig - Tool which helps in kernel config handling

SYNOPSIS

grml-kernelconfig [OPTIONS] action <source1> <source2>

DESCRIPTION

grml-kernelconfig is a program that helps you in kernel configuration handling, such as showing you the common configuration options between 2 kernel configs.

ACTIONS

base <source1> <source2>

Prints every configuration option which is in source1 AND in source2.

diff <source1> <source1>

Prints every configuration option which is in source1 AND NOT in source2.

udiff <source1> <source1>

Prints everyting thats missing in either source1 or source2.

OPTIONS

-h, help

Show summary of options.

EXAMPLES

grml-kernelconfig diff config-2.6.25-grml64 config-2.6.25-grml

Shows every config option which is available in grml64 kernel and is missing in the normal kernel.

SEE ALSO

grml-kerneltest(8)

AUTHOR

grml-kernelconfig was written by Michael Gebetsroither <michael.geb@gmx.at>.

This manual page was written by Michael Gebetsroither <gebi@grml.org>.