r164 - mdadm/trunk/debian/initramfs

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Sep 13 10:52:45 UTC 2006


Author: madduck
Date: 2006-09-13 10:52:45 +0000 (Wed, 13 Sep 2006)
New Revision: 164

Modified:
   mdadm/trunk/debian/initramfs/hook
Log:
warn about initramfs transition

Modified: mdadm/trunk/debian/initramfs/hook
===================================================================
--- mdadm/trunk/debian/initramfs/hook	2006-09-13 09:20:32 UTC (rev 163)
+++ mdadm/trunk/debian/initramfs/hook	2006-09-13 10:52:45 UTC (rev 164)
@@ -24,8 +24,8 @@
 esac
 
 if [ -e /usr/share/initramfs-tools/hooks/md ]; then
-  echo "I: mdadm: initramfs md hook still present, stepping out of its way." >&2
-  echo "I: Please see /usr/share/doc/mdadm/README.initramfs-transition ." >&2
+  echo "W: mdadm: initramfs md hook still present, stepping out of its way." >&2
+  echo "W: Please see /usr/share/doc/mdadm/README.initramfs-transition ." >&2
   exit 0
 fi
 




More information about the pkg-mdadm-commits mailing list