diff options
author | Harald Hoyer <harald@redhat.com> | 2009-10-01 11:45:54 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-10-01 14:46:14 +0200 |
commit | 8bfed103d8156717854d4267a6aa34697d26ce03 (patch) | |
tree | f9f87becf6ba15c5d44d534baaee2d98dec67f8f /modules.d | |
parent | e9b6e4e83970c1f8c3c3b76f2a6a524049bf2189 (diff) | |
download | dracut-8bfed103d8156717854d4267a6aa34697d26ce03.tar.gz dracut-8bfed103d8156717854d4267a6aa34697d26ce03.tar.bz2 dracut-8bfed103d8156717854d4267a6aa34697d26ce03.zip |
mdraid: do not cleanup on auto assembly with mdadm.conf
Diffstat (limited to 'modules.d')
-rwxr-xr-x | modules.d/90mdraid/mdadm_auto.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules.d/90mdraid/mdadm_auto.sh b/modules.d/90mdraid/mdadm_auto.sh index 38417658..a971a5a1 100755 --- a/modules.d/90mdraid/mdadm_auto.sh +++ b/modules.d/90mdraid/mdadm_auto.sh @@ -3,5 +3,3 @@ info "Autoassembling MD Raid" /sbin/mdadm -As --auto=yes --run 2>&1 | vinfo -ln -s /sbin/mdraid-cleanup /pre-pivot/30-mdraid-cleanup.sh 2>/dev/null -ln -s /sbin/mdraid-cleanup /pre-pivot/31-mdraid-cleanup.sh 2>/dev/null |