r320 - in mdadm/tags/2.5.6-10/debian: . initramfs

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat Mar 31 10:10:37 UTC 2007


Author: madduck
Date: 2007-03-31 10:10:36 +0000 (Sat, 31 Mar 2007)
New Revision: 320

Modified:
   mdadm/tags/2.5.6-10/debian/changelog
   mdadm/tags/2.5.6-10/debian/initramfs/script.local-top
Log:
* Execute udevtrigger after assembly of arrays during initramfs processing;
  thanks to Michael Prokop (closes: #416658).

Modified: mdadm/tags/2.5.6-10/debian/changelog
===================================================================
--- mdadm/tags/2.5.6-10/debian/changelog	2007-03-31 10:07:18 UTC (rev 319)
+++ mdadm/tags/2.5.6-10/debian/changelog	2007-03-31 10:10:36 UTC (rev 320)
@@ -1,3 +1,10 @@
+mdadm (2.5.6-10) unstable; urgency=low
+
+  * Execute udevtrigger after assembly of arrays during initramfs processing;
+    thanks to Michael Prokop (closes: #416658).
+
+ -- martin f. krafft <madduck at debian.org>  Sat, 31 Mar 2007 12:09:56 +0200
+
 mdadm (2.5.6-9) unstable; urgency=low
 
   * Updated debconf translations:

Modified: mdadm/tags/2.5.6-10/debian/initramfs/script.local-top
===================================================================
--- mdadm/tags/2.5.6-10/debian/initramfs/script.local-top	2007-03-31 10:07:18 UTC (rev 319)
+++ mdadm/tags/2.5.6-10/debian/initramfs/script.local-top	2007-03-31 10:10:36 UTC (rev 320)
@@ -107,4 +107,8 @@
   done
 fi
 
+verbose && log_begin_msg "Executing udevtrigger again"
+/sbin/udevtrigger
+verbose && log_end_msg
+
 exit 0




More information about the pkg-mdadm-commits mailing list