summaryrefslogtreecommitdiff
path: root/debian/mdadm.postrm
diff options
context:
space:
mode:
authormartin f. krafft <madduck@debian.org>2007-09-06 23:20:46 +0200
committermartin f. krafft <madduck@madduck.net>2007-10-09 00:09:48 +0100
commitace43d1d295d6ec8a214001784d65683503b391e (patch)
treef7620e56aeaec30ee3622bb47e431bedf7191bd9 /debian/mdadm.postrm
parentd549558646f99485e9e229f51ed22a0970747f8b (diff)
Do not call update-initramfs -k all,
If the admin wants, he can set this via /etc/initramfs-tools/update-initramfs.conf debbug 439334
Diffstat (limited to 'debian/mdadm.postrm')
-rw-r--r--debian/mdadm.postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index c9ded95d..680a8883 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -13,7 +13,7 @@ case "${1:-}" in
if command -v update-initramfs >/dev/null 2>&1; then
echo "W: mdadm: I'll update the initramfs, but if you need MD to boot" >&2
echo "W: mdadm: with initramfs, you'll be screwed!" >&2
- update-initramfs -u -k all
+ update-initramfs -u
fi
;;