summaryrefslogtreecommitdiff
path: root/debian/initramfs/hook
diff options
context:
space:
mode:
Diffstat (limited to 'debian/initramfs/hook')
-rw-r--r--debian/initramfs/hook2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/initramfs/hook b/debian/initramfs/hook
index 6212bfea..7a875f6e 100644
--- a/debian/initramfs/hook
+++ b/debian/initramfs/hook
@@ -106,7 +106,6 @@ if [ ! -f $CONFIG ]; then
else
# we failed to auto-generate, so let the emergency procedure take over
warn "failed to auto-generate the mdadm.conf file."
- warn "please read /usr/share/doc/mdadm/README.upgrading-2.5.3.gz ."
fi
else
@@ -117,7 +116,6 @@ else
# work. We thus better create one and start all arrays to be sure.
warn "unchecked configuration file: $CONFIG"
- warn "please read /usr/share/doc/mdadm/README.upgrading-2.5.3.gz ."
use_temp=1
elif ! grep -q '^ARRAY' $CONFIG; then