summaryrefslogtreecommitdiff
path: root/debian/patches/debian-disable-udev-incr-assembly.diff
blob: d4da159db276f2cd7e5c45a6810605a3125878f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: martin f. krafft <madduck@debian.org>
Subject: Disable udev incremental assembly

Upstream enabled incremental assembly in the udev rules by default for 3.1.3,
but this is too early. Hence, this patch simply reverts the change.

Signed-off-by: martin f. krafft <madduck@debian.org>

---
 udev-md-raid.rules |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/udev-md-raid.rules b/udev-md-raid.rules
index f564f70..241c31d 100644
--- a/udev-md-raid.rules
+++ b/udev-md-raid.rules
@@ -8,6 +8,10 @@ GOTO="md_inc_skip"
 
 LABEL="md_inc"
 
+## DISABLED: Incremental udev assembly disabled
+## ** this is a Debian-specific change **
+GOTO="md_inc_skip"
+
 # remember you can limit what gets auto/incrementally assembled by
 # mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY'
 ACTION=="add", RUN+="/sbin/mdadm --incremental $tempnode"