Browse Source

removed bash check from md incremental rules

master
Harald Hoyer 16 years ago
parent
commit
e60123c2ed
  1. 2
      modules.d/90mdraid/65-md-incremental.rules

2
modules.d/90mdraid/65-md-incremental.rules

@ -4,5 +4,5 @@ @@ -4,5 +4,5 @@

SUBSYSTEM=="block", ACTION=="add", ENV{ID_FS_TYPE}=="linux_raid_member", \
IMPORT{program}="/sbin/mdadm --examine --export $tempnode", \
RUN+="/bin/bash -c '[ ! -f /dev/.in_sysinit ] && /sbin/mdadm -I $env{DEVNAME}'"
RUN+="/sbin/mdadm -I $env{DEVNAME}'"


Loading…
Cancel
Save