From 3b975571876b0113542a8932b42bcb683567474d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 11 Mar 2012 22:43:59 +0000 Subject: Correct path to mdadm map file. Mageia (since mdv days) stores the mdadm map in different place than Fedora. Reference: https://bugs.mageia.org/show_bug.cgi?id=4875 Signed-off-by: Thomas Backlund systemd/fedora-storage-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- systemd/fedora-storage-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd/fedora-storage-init') diff --git a/systemd/fedora-storage-init b/systemd/fedora-storage-init index 66ba6a82..46d8bfb3 100755 --- a/systemd/fedora-storage-init +++ b/systemd/fedora-storage-init @@ -31,7 +31,7 @@ if ! strstr "$cmdline" nodmraid && [ -x /sbin/dmraid ]; then fi # Start any MD RAID arrays that haven't been started yet -[ -r /proc/mdstat ] && [ -r /dev/md/md-device-map ] && /sbin/mdadm -IRs +[ -r /proc/mdstat ] && [ -r /dev/.mdadm/map ] && /sbin/mdadm -IRs if [ -x /sbin/lvm ]; then action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a y --sysinit -- cgit v1.2.1