core/mdadm/mdadm-3.1.2-fix-udev.patch
Jan Mette e339b8e300
2010-04-04 14:20:41 +00:00

12 lines
393 B
Diff

--- Makefile~ 2010-03-18 23:52:23.000000000 +0100
+++ Makefile 2010-03-18 23:52:23.000000000 +0100
@@ -62,7 +62,7 @@
# from early boot to late boot.
# If you don't have /lib/init/rw you might want to use /dev/.something
# e.g. make ALT_RUN=/dev/.mdadm
-ALT_RUN = /lib/init/rw
+ALT_RUN = /dev/md
VAR_RUN = /var/run
ALTFLAGS = -DALT_RUN=\"$(ALT_RUN)\"
VARFLAGS = -DVAR_RUN=\"$(VAR_RUN)\"