Age | Commit message (Collapse) | Author |
|
Avoids output being swallowed by debconf's redirection of STDOUT.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
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>
|
|
/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>
|
|
makes the script idempotent
(closes: #547365)
Reported-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: maximilian attems <maks@debian.org>
|
|
k-p no longer generates initramfs by itself,
so do it for it.
(closes: #523735)
|
|
..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>
|