Skip to content

Commit 72b700e

Browse files
aafeijoo-susejohannbg
authored andcommitted
fix(dracut-init.sh): correct dracut-install source path
1 parent 5eb996a commit 72b700e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dracut-init.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ fi
180180

181181
if ! [[ $DRACUT_INSTALL ]] && [[ -x $dracutbasedir/dracut-install ]]; then
182182
DRACUT_INSTALL=$dracutbasedir/dracut-install
183-
elif ! [[ $DRACUT_INSTALL ]] && [[ -x $dracutbasedir/install/dracut-install ]]; then
184-
DRACUT_INSTALL=$dracutbasedir/install/dracut-install
183+
elif ! [[ $DRACUT_INSTALL ]] && [[ -x $dracutbasedir/src/install/dracut-install ]]; then
184+
DRACUT_INSTALL=$dracutbasedir/src/install/dracut-install
185185
fi
186186

187187
# Test if dracut-install is a standalone executable with no options.

0 commit comments

Comments
 (0)