dracut-functions: s/emergency-shutdown/shutdown-emergency/g
authorHarald Hoyer <harald@redhat.com>
Wed, 17 Aug 2011 15:40:59 +0000 (17:40 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 17 Aug 2011 15:40:59 +0000 (17:40 +0200)
dracut-functions

index 936d3c3..241d89a 100755 (executable)
@@ -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
 }