Your message dated Wed, 26 Aug 2009 08:58:55 -0500
with message-id <[email protected]>
and subject line Re: Bug#543662: Generated linux-image packages don't delete
initrds when removed
has caused the Debian Bug report #543662,
regarding Generated linux-image packages don't delete initrds when removed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
543662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543662
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kernel-package
Version: 12.020
Hi,
When I remove a linux-image package generated by kernel-package, it
leaves behind the initrd in /boot. Would it be possible to make the
package delete the initrd in this case?
--
Matt Kraai http://ftbfs.org/
--- End Message ---
--- Begin Message ---
Hi,
On Wed, Aug 26 2009, Matt Kraai wrote:
> When I remove a linux-image package generated by kernel-package, it
> leaves behind the initrd in /boot. Would it be possible to make the
> package delete the initrd in this case?
The kernel-package did not create the initrd, a script in
/etc/kernel/*.d did. If you installed such a script in postinst.d,
install the corresponding script in postrm.d.
See:
/usr/share/kernel-package/examples/etc/kernel/postinst.d/initramfs
/usr/share/kernel-package/examples/etc/kernel/postrm.d/initramfs
manoj
--
Using words to describe magic is like using a screwdriver to cut roast
beef. Tom Robbins
Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---