--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-13-2010, 09:05 PM
maximilian attems
Bug#569724: Please support /etc/kernel/header_postinst.d directory
On Sat, Feb 13, 2010 at 08:32:44PM +0100, Giuseppe Iuculano wrote:
> Package: linux-2.6
> Severity: wishlist
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> it would be nice if linux-headers packages could run hooks files in
> /etc/kernel/header_postinst.d on postinst.
>
> This is a partial fix for #560822, dkms package already installs
> /etc/kernel/header_postinst.d/dkms, but it only used in Ubuntu.
>
> Cheers,
> Giuseppe.
and could you specify what you'd expect there?
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-13-2010, 10:06 PM
Giuseppe Iuculano
Bug#569724: Please support /etc/kernel/header_postinst.d directory
Il 13/02/2010 23:05, maximilian attems ha scritto:
> and could you specify what you'd expect there?
User hook scripts.
02-16-2010, 03:38 PM
maximilian attems
Bug#569724: Please support /etc/kernel/header_postinst.d directory
On Sun, 14 Feb 2010, Giuseppe Iuculano wrote:
> Il 13/02/2010 23:05, maximilian attems ha scritto:
> > and could you specify what you'd expect there?
>
> User hook scripts.
this bug report is a joke. unless you come up with
code that linux-2.6 should shipp or at least a clear
indication of what it should do, I'd have to close it.
a beginning would be to post said /etc/kernel/header_postinst.d/dkms
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100216163856.GF2682@stro.at">http://lists.debian.org/20100216163856.GF2682@stro.at
02-16-2010, 04:21 PM
Giuseppe Iuculano
Bug#569724: Please support /etc/kernel/header_postinst.d directory
Il 16/02/2010 17:38, maximilian attems ha scritto:
> this bug report is a joke. unless you come up with
> code that linux-2.6 should shipp or at least a clear
> indication of what it should do, I'd have to close it.
>
> a beginning would be to post said /etc/kernel/header_postinst.d/dkms
Let me rephrase a bit.
Currently linux-image-* postint executes all scripts in
/etc/kernel/postinst.d/
In like manner, it would be nice if linux-headers-* postinst executes
scripts in /etc/kernel/header_postinst.d/
In the dkms case, if an user install a new kernel image, and after a
while the respective kernel headers, all dkms module will be rebuilt.
Cheers,
Giuseppe
02-28-2010, 02:38 AM
Michael Gilbert
Bug#569724: Please support /etc/kernel/header_postinst.d directory
here is some initial work on a patch for this issue. i'm not familiar
enough with kernel packaging right now, and i've run into a problem.
right now, the new headers postinst is placed into the
debian/linux-headers-*-$arch directory at build time, which i thought
would be sufficient to get it into the deb, but it isn't. anyone have
any advise on how to do this correctly?