summaryrefslogtreecommitdiff
path: root/debian/initramfs/hook
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2014-09-20 10:33:03 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2014-09-27 18:16:54 +0400
commit3c065ab4269e424f9763103f7217775cb4d11b50 (patch)
tree99e7b4e573e6649b4175ea84c0229ea40f376bd0 /debian/initramfs/hook
parent679965cef538de78ee10a56a20b42db0e6af5307 (diff)
remove references to old (2.x and 1.x) mdadm versions
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