]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Fix location of dracut-install for local mode 29/head
authorStefan Reimer <it@startux.de>
Wed, 29 Oct 2014 00:58:22 +0000 (17:58 -0700)
committerStefan Reimer <it@startux.de>
Wed, 29 Oct 2014 00:58:56 +0000 (17:58 -0700)
dracut-functions.sh

index 1bcc3b43e7ae718e4bb1c37f4aeb133f4662abb1..3ad8d81e07279606a1b1a3d5f747d4d28937f7a0 100755 (executable)
@@ -741,8 +741,8 @@ if ! [[ $DRACUT_INSTALL ]]; then
     DRACUT_INSTALL=$(find_binary dracut-install)
 fi
 
-if ! [[ $DRACUT_INSTALL ]] && [[ -x $dracutbasedir/dracut-install ]]; then
-    DRACUT_INSTALL=$dracutbasedir/dracut-install
+if ! [[ $DRACUT_INSTALL ]] && [[ -x $dracutbasedir/install/dracut-install ]]; then
+    DRACUT_INSTALL=$dracutbasedir/install/dracut-install
 fi
 
 if ! [[ -x $DRACUT_INSTALL ]]; then