Comment 2 for bug 24701

Revision history for this message
Vince Busam (vbusam) wrote :

I probably wasn't clear enough. The stock ubuntu kernel packages are fine.
Packages created with make-kpkg do not match what the stock ubuntu kernel
packages have.

Stock:
$ ls -l /lib/modules/2.6.10-5-686/build
lrwxrwxrwx 1 root root 35 2005-10-07 18:27 /lib/modules/2.6.10-5-686/build ->
/usr/src/linux-headers-2.6.10-5-686/
$ dpkg -S /lib/modules/2.6.10-5-686/build
linux-headers-2.6.10-5-686: /lib/modules/2.6.10-5-686/build
(this is good)

Custom built with make-kpkg:
$ ls -l /lib/modules/2.6.13.4-custom/build
lrwxrwxrwx 1 root root 19 2005-10-27 09:57 /lib/modules/2.6.13.4-custom/build
-> /tmp/linux-2.6.13.4/
$ dpkg -S /lib/modules/2.6.13.4-custom/build
linux-image-2.6.13.4-custom: /lib/modules/2.6.13.4-custom/build
(not good)