If the compression method is unset, or had to be reset because of
missing dependencies, inform the user what's being used. Also,
replace the printf in the "cat" case with a dwarn.
break
done
if [[ $compress == cat ]]; then
- printf "%s\n" "dracut: no compression tool available. Initramfs image is going to be big." >&2
+ dwarn "dracut: no compression tool available. Initramfs image is going to be big."
+ else
+ dinfo "dracut: using auto-determined compression method '$compress'"
fi
fi