From: Harald Hoyer Date: Fri, 22 Jul 2011 12:18:23 +0000 (+0200) Subject: dracut-functions: only "dinfo" about missing optioal dracut_install X-Git-Tag: 012~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c235ed3acd1c4cffcbda81efc8dc18f4ef01c7;p=thirdparty%2Fdracut.git dracut-functions: only "dinfo" about missing optioal dracut_install --- diff --git a/dracut-functions b/dracut-functions index e3e039222..cdb196413 100755 --- a/dracut-functions +++ b/dracut-functions @@ -489,7 +489,7 @@ dracut_install() { while (($# > 0)); do if ! inst "$1" ; then if [[ $_optional = yes ]]; then - dwarn "Skipping program $1 as it cannot be found and is" \ + dinfo "Skipping program $1 as it cannot be found and is" \ "flagged to be optional" else dfatal "Failed to install $1"