initrd.scripts: busybox depmod doesn't support -v even though it declares so

master v15
Fabio Erculiani 12 years ago
parent ece907ea64
commit f3570c3957

@ -116,12 +116,7 @@ plymouth_newroot() {
# fragile. See bug #472312 # fragile. See bug #472312
busybox_depmod_workaround() { busybox_depmod_workaround() {
local depmod_args local depmod_args
if [ -n "${DEBUG}" ] [ -n "${QUIET}" ] && depmod_args="-q"
then
depmod_args="-v"
elif [ -n "${QUIET}" ]; then
depmod_args="-q"
fi
depmod ${depmod_args} depmod ${depmod_args}
} }

Loading…
Cancel
Save