Creating kernel offspin

I want to create my own kernel build (patched for aufs2 support).

I managed to patch the kernel-default package from openSUSE:11.2:Updates, but the problem is that it still builds with the kernel-default package name.

This is a problem because the next step is to create a package for the aufs2 module which has to depend on my custom kernel.

Or is there a simpler way?

Hi
Why not just make a KMP of your module(s)?


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1 day 22:11, 4 users, load average: 0.11, 0.16, 0.23
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

Well, then I’m doing something wrong.

How do I patch the kernel through the kmp module? I did read the documentation, but it only describes a build of a simple module (no kernel patching).

Anyone got a hint?