You forget to do a couple important steps if you're using modules.
1. After "make-kpkg -revision... kernel_image" do
        make-kpkg modules_image .
2. Then either:
  a) mv /lib/modules/[kernel version] \
        /lib/modules/[kernel version]-old
  or
  b) rm -rf /lib/modules/[kernel version]
3. Then do "dpkg -i ../kernel-source... "

-- 

Eric G. Miller
Powered by the POTATO (http://www.debian.org)!

Reply via email to