summaryrefslogtreecommitdiff
path: root/debian/initramfs
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2008-07-02 11:07:28 +0200
committermartin f. krafft <madduck@madduck.net>2008-07-02 11:14:30 +0200
commit1dd319688e566bacab8ba7c9321a48f611e0058d (patch)
treec6cbe8b72dbf0849c3ffd69d19ab1e5043f0725a /debian/initramfs
parentee9f43156ce43223d90c4abc2881a056dc04030c (diff)
remove mdrun completely
Diffstat (limited to 'debian/initramfs')
-rw-r--r--debian/initramfs/hook4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/initramfs/hook b/debian/initramfs/hook
index f08c1e26..21a12b7a 100644
--- a/debian/initramfs/hook
+++ b/debian/initramfs/hook
@@ -57,8 +57,8 @@ fi
if [ -e /etc/initramfs-tools/hooks/md ]; then
warn "I found /etc/initramfs-tools/hooks/md, which may conflict"
- warn "with this version of mdadm. Please see /usr/share/doc/mdadm/README.mdrun"
- warn "and /usr/share/initramfs-tools/hooks/mdadm for reference and update"
+ warn "with this version of mdadm. Please use"
+ warn "/usr/share/initramfs-tools/hooks/mdadm as reference and update"
warn "(or remove) the file."
exit 0
fi