diff --git a/dracut.sh b/dracut.sh index 5f0a1b37..88b0645d 100755 --- a/dracut.sh +++ b/dracut.sh @@ -1162,7 +1162,7 @@ fi if [[ $do_strip = yes ]] ; then for p in strip xargs find; do if ! type -P $p >/dev/null; then - dwarn "Could not find '$p'. Not stripping the initramfs." + dinfo "Could not find '$p'. Not stripping the initramfs." do_strip=no fi done