dracut-functions: only "dinfo" about missing optioal dracut_install

master
Harald Hoyer 2011-07-22 14:18:23 +02:00
parent 82eea29797
commit a4c235ed3a
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ dracut_install() {
while (($# > 0)); do while (($# > 0)); do
if ! inst "$1" ; then if ! inst "$1" ; then
if [[ $_optional = yes ]]; 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" "flagged to be optional"
else else
dfatal "Failed to install $1" dfatal "Failed to install $1"