Skip to content

Commit

Permalink
fix(dracut.sh): silence the output of hardlinking files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik66 authored and aafeijoo-suse committed Jun 5, 2023
1 parent c8a703a commit 2a26eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ done
if [[ $do_hardlink == yes ]] && command -v hardlink > /dev/null; then
dinfo "*** Hardlinking files ***"
hardlink "$initdir" 2>&1 | dinfo
hardlink "$initdir" 2>&1 | ddebug
dinfo "*** Hardlinking files done ***"
fi
Expand Down

0 comments on commit 2a26eec

Please sign in to comment.