dracut.sh: degrade message about missing tools for stripping
warning -> info https://bugzilla.redhat.com/show_bug.cgi?id=958519master
parent
d57b8833c4
commit
fefd3f66f9
|
@ -1162,7 +1162,7 @@ fi
|
||||||
if [[ $do_strip = yes ]] ; then
|
if [[ $do_strip = yes ]] ; then
|
||||||
for p in strip xargs find; do
|
for p in strip xargs find; do
|
||||||
if ! type -P $p >/dev/null; then
|
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
|
do_strip=no
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue