dracut.sh: only 'warn' not 'error', if we don't strip

master
Harald Hoyer 2012-10-19 11:20:07 +02:00
parent 8bf25df640
commit b26897fb60
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ fi
if [[ $do_strip = yes ]] ; then
for p in strip xargs find; do
if ! type -P $p >/dev/null; then
derror "Could not find '$p'. You should run $0 with '--nostrip'."
dwarn "Could not find '$p'. Not stripping the initramfs."
do_strip=no
fi
done