Browse Source

Merge pull request #198 from danimo/degraded_md_raid

Allow booting from degraded MD RAID arrays
master
Harald Hoyer 8 years ago committed by GitHub
parent
commit
b2f751db04
  1. 6
      modules.d/90mdraid/module-setup.sh

6
modules.d/90mdraid/module-setup.sh

@ -130,6 +130,12 @@ install() { @@ -130,6 +130,12 @@ install() {
if [ -e $systemdsystemunitdir/mdmon@.service ]; then
inst_simple $systemdsystemunitdir/mdmon@.service
fi
if [ -e $systemdsystemunitdir/mdadm-last-resort@.service ]; then
inst_simple $systemdsystemunitdir/mdadm-last-resort@.service
fi
if [ -e $systemdsystemunitdir/mdadm-last-resort@.timer ]; then
inst_simple $systemdsystemunitdir/mdadm-last-resort@.timer
fi
fi
inst_hook pre-shutdown 30 "$moddir/mdmon-pre-shutdown.sh"
dracut_need_initqueue

Loading…
Cancel
Save