r3002 - in trunk/utils/initrd-tools: . debian

maximilian attems maks-guest@costa.debian.org
Thu, 28 Apr 2005 07:52:08 +0000


Author: maks-guest
Date: 2005-04-28 07:52:07 +0000 (Thu, 28 Apr 2005)
New Revision: 3002

Modified:
   trunk/utils/initrd-tools/debian/changelog
   trunk/utils/initrd-tools/mkinitrd
Log:
begin with something small,
error message s/raidtools2/mdadm/


Modified: trunk/utils/initrd-tools/debian/changelog
===================================================================
--- trunk/utils/initrd-tools/debian/changelog	2005-04-25 00:23:12 UTC (rev 3001)
+++ trunk/utils/initrd-tools/debian/changelog	2005-04-28 07:52:07 UTC (rev 3002)
@@ -5,6 +5,9 @@
       says we're lvm10-only, *or* there's no dm-mod for the kernel;
       this avoids breaking lvm2 volumes in 2.4 when the lvm10 package
       is installed.  Closes: #291386.
+  * Maximilian Attems
+    - Resynchronise with Ubuntu:
+      * Error message should refer to mdadm, not raidtools2.
 
  -- Steve Langasek <vorlon@debian.org>  Sun, 10 Apr 2005 15:38:08 -0700
 

Modified: trunk/utils/initrd-tools/mkinitrd
===================================================================
--- trunk/utils/initrd-tools/mkinitrd	2005-04-25 00:23:12 UTC (rev 3001)
+++ trunk/utils/initrd-tools/mkinitrd	2005-04-28 07:52:07 UTC (rev 3002)
@@ -182,7 +182,7 @@
 
 getraid_raidtools() {
 	if [ ! -f /etc/raidtab ]; then
-		echo "$PROG: RAID support requires raidtools2" >&2
+		echo "$PROG: RAID support requires mdadm" >&2
 		exit 1
 	fi
 	{