summaryrefslogtreecommitdiff
path: root/kernel/postrm.d/initramfs-tools
AgeCommit message (Collapse)Author
2010-07-08Redirect STDOUT to STDERR for post{inst,rm} hooksStephen Powell
Avoids output being swallowed by debconf's redirection of STDOUT. Signed-off-by: maximilian attems <maks@debian.org>
2009-10-01kernel hook scripts: add commentsmaximilian attems
try to make the intention of the code more clear Reported-by: Matthijs Kooijman <matthijs@stdin.nl> Signed-off-by: maximilian attems <maks@debian.org>
2009-10-01kernel hook scripts: Fix typomaximilian attems
/etc/kernel/postrm.d/initramfs-tools: line 12: =: command not found It says: ${bootdir}= $(dirname "$2") which should be: bootdir=$(dirname "$2") Tested-by: Matthijs Kooijman <matthijs@stdin.nl> Signed-off-by: maximilian attems <maks@debian.org>
2009-09-25/etc/kernel/postrm.d/i-t: use now takeover on deletemaximilian attems
makes the script idempotent (closes: #547365) Reported-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: maximilian attems <maks@debian.org>
2009-09-25/etc/kernel hook script support newer kernel-packagemaximilian attems
k-p no longer generates initramfs by itself, so do it for it. (closes: #523735)
2009-02-17initramfs-tools: Readd support for linux-2.6 make deb-pkg target.Andres Salomon
..via /etc/kernel Signed-off-by: Andres Salomon <dilinger@debian.org> (closes: #504551) [ fixed update-initramfs postinst call s/-u/-c/ -maks ] Signed-off-by: maximilian attems <maks@debian.org>