summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
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.postinst
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.postinst')
-rw-r--r--debian/mdadm.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index 8268fba2..fc690c41 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -161,7 +161,7 @@ _eof
fi
fi
- command -v update-initramfs >/dev/null 2>&1 && update-initramfs -u -k all
+ command -v update-initramfs >/dev/null 2>&1 && update-initramfs -u
;;
esac