Well I want to install it with kernel 2.6.x.x. If I make the instalation by default, it will be installed with 2.4.x kernel. I know that I can then use /testing directory.
And simply make upgradepkg for
alsa-driver
kernel-headers
kernel-modules
kernel-source
And then installpkg for
kernel-generic
Then I'll have a system with 2.6.x.x but... The problem is this kernel-generic :/
It supports ext2 filesystems only. It means I have to use mkininrd command which will make my system to load reiserfs support as a module.
And I don't want that :/
The funny thing is... If you check /kernels/test26.s/config on your instalation CD, you'll see that this bzimage is much better. It has built-in support for reiserfs!
So /testing/kernel-generic is something different from /kernels/test26.s/bzimage
The big question is... How can I install it directly?
I tried to do it by choosing test26.s at the beggining of a fresh instalation. But no success at all :/
The system booted with it, but after choosing Full install - source, headers and modules version 2.4.x were installed
So the mess was even bigger! I had this test26.s installed, but with headers, modules and source for 2.4.x
How can I install this Current with 2.6.x.x. AND reiserfs built-in support? Is there any way at all?
Note: I know I can compile the kernel from source, but I am looking for an easier way to make it...



