LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   make-kpkg and maintainer's name (https://www.linuxquestions.org/questions/debian-26/make-kpkg-and-maintainers-name-496101/)

bujecas 10-27-2006 10:36 AM

make-kpkg and maintainer's name
 
Hello,

When I compile the kernel with the make-kpkg command, how can I set the name of the kernel's maintainer?

HappyTux 10-27-2006 12:16 PM

Assuming you build the recommended way using fakeroot as normal user put something like this in your ~/.bashrc file changing to your settings.

Code:

# Added for kernel building identification
    export KPKG_MAINTAINER="Stephen Cormier"
    export KPKG_EMAIL=****cormier@gmx.net


titetanium 10-28-2006 06:02 PM

As an alternative to the above suggestion, you can also set it in /etc/kernel-pkg.conf. Just modify the maintainer's name and email and then all kernels you compile afterwards will be marked with that name and email address.


All times are GMT -5. The time now is 04:23 PM.