summaryrefslogtreecommitdiff
path: root/debian/patches/disable-incremental-assembly.patch
blob: 693a65dcc856fee2ba6e9f01422efd838d472a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/udev-md-raid-assembly.rules
+++ b/udev-md-raid-assembly.rules
@@ -25,6 +25,9 @@ GOTO="md_inc_end"

 LABEL="md_inc"

+# Disable incremental assembly to fix Debian bug #784070
+GOTO="md_inc_end"
+
 # remember you can limit what gets auto/incrementally assembled by
 # mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY'
 ACTION=="add|change", IMPORT{program}="BINDIR/mdadm --incremental --export $tempnode --offroot ${DEVLINKS}"