We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e036b commit aa20bbbCopy full SHA for aa20bbb
dracut-init.sh
@@ -540,7 +540,7 @@ inst_rules() {
540
inst_rule_initqueue "$_found"
541
inst_simple "$_found" "$_target/${_found##*/}"
542
done
543
- [[ $_found ]] || dinfo "Skipping udev rule: $_rule"
+ [[ $_found ]] || ddebug "Skipping udev rule: $_rule"
544
545
}
546
@@ -567,7 +567,7 @@ inst_rules_wildcard() {
567
_found=$_rule
568
569
fi
570
571
572
573
# make sure that library links are correct and up to date
0 commit comments