dracut.sh: only 'warn' not 'error', if we don't strip
parent
8bf25df640
commit
b26897fb60
|
@ -1031,7 +1031,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
|
||||||
derror "Could not find '$p'. You should run $0 with '--nostrip'."
|
dwarn "Could not find '$p'. Not stripping the initramfs."
|
||||||
do_strip=no
|
do_strip=no
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue