Skip to content

Commit

Permalink
fix(lsinitrd.sh): correct skipcpio source path
Browse files Browse the repository at this point in the history
  • Loading branch information
aafeijoo-suse authored and johannbg committed Aug 12, 2022
1 parent d2f6f44 commit 5eb996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsinitrd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ case $bin in
echo "Early CPIO image"
list_files
fi
if [[ -d "$dracutbasedir/skipcpio" ]]; then
SKIP="$dracutbasedir/skipcpio/skipcpio"
if [[ -d "$dracutbasedir/src/skipcpio" ]]; then
SKIP="$dracutbasedir/src/skipcpio/skipcpio"
else
SKIP="$dracutbasedir/skipcpio"
fi
Expand Down

0 comments on commit 5eb996a

Please sign in to comment.