Hi folk.
I have problem when I try install new kernel.
I install Knoppix 2003-04-28 on my comp.
I try compile new kernel with standard Debian way.
I loggin as root, cd /usr/src/linux and do
make-kpkg --revision=et.0.1 kernel_image
Kernel compile correctly but I have errors with
install modules:
depmod: Can't open /usr/src/linux/debian/tmp-image/lib/modules/extra/modules.dep for writing
make[2]: *** [_modinst_post] Error 255

I check /lib/modules. There there is directory extra with modules.dep.
Why on comp with istalled knoppix system use extra directory with
modules dependences but not linux standard way where modules
dependences write in /lib/modules/kernel_version/ ?

And how resolve this that create debian kernel image?
Thanx.