summaryrefslogtreecommitdiff
path: root/kernel/postinst.d
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>
2010-07-08postinst hook: respect INITRD variableStephen Powell
Do not create an initial RAM file system image for a custom kernel created by make-kpkg if one was not requested by the --initrd flag of make-kpkg. 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 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>
2008-09-17Revert "initramfs-tools: Add support for linux-2.6 make deb-pkg target"maximilian attems
This reverts commit c5a45496b9c72e41333e213979d43fbcff34da9f. hinders removal of other package linux-image postinst call also the /etc/kernel structure, thus delete needs a takeover and this is postlenny material. thanks Vincent Danjean <vdanjean@debian.org> for report. (closes: #499270)
2008-09-16initramfs-tools: Add support for linux-2.6 make deb-pkg targetmaximilian attems
it generates linux images that look into this directories for maintainer script action. make sure to generate an intramfs and also to remove it.