Skip to content

Commit 0a6007b

Browse files
committed
fix(dracut): pipe hardlink output to dinfo
Otherwise the output is cluttered with: ``` Mode: real Files: 1364 Linked: 5 files Compared: 0 xattrs Compared: 384 files Saved: 12.84 KiB Duration: 0.052674 seconds ```
1 parent c1ab361 commit 0a6007b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dracut.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@ done
20922092
20932093
if [[ $do_hardlink == yes ]] && command -v hardlink > /dev/null; then
20942094
dinfo "*** Hardlinking files ***"
2095-
hardlink "$initdir" 2>&1
2095+
hardlink "$initdir" 2>&1 | dinfo
20962096
dinfo "*** Hardlinking files done ***"
20972097
fi
20982098

0 commit comments

Comments
 (0)