dracut-functions: only "dinfo" about missing optioal dracut_install
parent
82eea29797
commit
a4c235ed3a
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue