[Dmraid-debian-commits] r25 - in /trunk/debian: changelog dmraid-activate initramfs/dmraid.initramfs-hook/dmraid

derevko-guest at users.alioth.debian.org derevko-guest at users.alioth.debian.org
Fri Dec 5 09:59:34 UTC 2008


Author: derevko-guest
Date: Fri Dec  5 09:59:34 2008
New Revision: 25

URL: http://svn.debian.org/wsvn/dmraid-debian/?sc=1&rev=25
Log:
* debian/dmraid-activate: modprobe also dm_raid45

Modified:
    trunk/debian/changelog
    trunk/debian/dmraid-activate
    trunk/debian/initramfs/dmraid.initramfs-hook/dmraid

Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/dmraid-debian/trunk/debian/changelog?rev=25&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Fri Dec  5 09:59:34 2008
@@ -10,8 +10,9 @@
   * debian/dmraid.postinst: initramfs-tools is in Depends, do not check for
     update-initramfs (fixed command-with-path-in-maintainer-script lintian
     warning)
-
- -- Giuseppe Iuculano <giuseppe at iuculano.it>  Fri, 05 Dec 2008 10:26:21 +0100
+  * debian/dmraid-activate: modprobe also dm_raid45
+
+ -- Giuseppe Iuculano <giuseppe at iuculano.it>  Fri, 05 Dec 2008 10:58:32 +0100
 
 dmraid (1.0.0.rc15-1~exp1) experimental; urgency=low
 

Modified: trunk/debian/dmraid-activate
URL: http://svn.debian.org/wsvn/dmraid-debian/trunk/debian/dmraid-activate?rev=25&op=diff
==============================================================================
--- trunk/debian/dmraid-activate (original)
+++ trunk/debian/dmraid-activate Fri Dec  5 09:59:34 2008
@@ -70,6 +70,7 @@
 # array brought up in degraded mode, except in the case of striped arrays.
 if ! grep -q "dm_mod" /proc/modules ; then
 	modprobe dm_mod
+	modprobe -q dm_raid45
 fi
 
 dmraid -i -ay $Raid_Name

Modified: trunk/debian/initramfs/dmraid.initramfs-hook/dmraid
URL: http://svn.debian.org/wsvn/dmraid-debian/trunk/debian/initramfs/dmraid.initramfs-hook/dmraid?rev=25&op=diff
==============================================================================
--- trunk/debian/initramfs/dmraid.initramfs-hook/dmraid (original)
+++ trunk/debian/initramfs/dmraid.initramfs-hook/dmraid Fri Dec  5 09:59:34 2008
@@ -20,7 +20,7 @@
 if [ -x /sbin/dmraid ]; then
 	force_load dm-mod
 	force_load dm-mirror
-#	force_load dm-raid4-5
+	force_load dm-raid45
 	copy_exec /sbin/dmraid sbin
 	copy_exec /sbin/dmraid-activate sbin
 	mkdir -p ${DESTDIR}/etc/udev/rules.d




More information about the Dmraid-debian-commits mailing list