From: Harald Hoyer Date: Wed, 17 Aug 2011 15:40:59 +0000 (+0200) Subject: dracut-functions: s/emergency-shutdown/shutdown-emergency/g X-Git-Tag: 014~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d670e21998f8b13c6b266e29bcc80db55d19f8c8;p=thirdparty%2Fdracut.git dracut-functions: s/emergency-shutdown/shutdown-emergency/g --- diff --git a/dracut-functions b/dracut-functions index 936d3c3cf..241d89a21 100755 --- a/dracut-functions +++ b/dracut-functions @@ -518,7 +518,7 @@ inst() { [[ $hookdirs ]] || { hookdirs="cmdline pre-udev pre-trigger netroot initqueue pre-mount" - hookdirs+=" pre-pivot mount emergency emergency-shutdown shutdown" + hookdirs+=" pre-pivot mount emergency shutdown-emergency shutdown" export hookdirs }