Hi, Manoj. On Oct 19 2008, Manoj Srivastava wrote: > On Sat, Oct 18 2008, Rogério Brito wrote: > > > "make all" creates: > > > > * a vmlinux in the root directory of the kernel tree > > * a zImage in arch/powerpc/boot/ > > * a uImage in arch/powerpc/boot/ > > Hmm. I think kernel-package will migrate to running make > all. And then all we really need to do is convey to make-kpkg that > extra things might need to be installed.
Here are the core files (besides the modules) that I'm copying into boot (from a slightly updated version of the script that I sent): - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cp System.map /tmp/kernel/boot/System.map-$VERSION cp arch/powerpc/boot/uImage /tmp/kernel/boot/uImage-$VERSION cp .config /tmp/kernel/boot/config-$VERSION cp arch/powerpc/boot/dts/kuroboxHD.dtb /tmp/kernel/boot/kuroboxHD.dtb-$VERSION cp arch/powerpc/boot/dts/kuroboxHG.dtb /tmp/kernel/boot/kuroboxHG.dtb-$VERSION cd /tmp/kernel/boot ln -sf uImage-$VERSION uImage - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Of course, the symlink there should be installed by postinst, since dpkg complains that we are trying to overwrite files from other packages. Regards, Rogério Brito. -- Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8 http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]