[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel mit make-kpkg backen.



Hi David,

Am Freitag, den 09.04.2010, 15:18 +0200 schrieb David Raab:
> On 04/09/2010 03:08 PM, Thomas Halinka wrote:
> > Wo ist das konfigurierbar? Wo ist Doku :-)
> http://debiananwenderhandbuch.de/kernelbauen.html


nene, wie ich das make-kpkg beibringe ist mir klar, jedoch woher bezieht
make deb-pkg seine infos?

        ls /usr/src/pasi/linux-2.6-xen/debian/ 
        changelog  control  copyright  files  fwtmp  tmp
        
und postinst sieht so aus?

        cat /usr/src/linux-2.6-xen/debian/tmp/DEBIAN/postinst 
        #!/bin/sh
        
        set -e
        
        # Pass maintainer script parameters to hook scripts
        export DEB_MAINT_PARAMS="$*"
        
        test -d /etc/kernel/postinst.d && run-parts
        --arg="2.6.32.10" /etc/kernel/postinst.d
        exit 0
        

Wo setzt man die Konfiguration für "make deb-pkg" ?

cu,

thomas



Reply to: