diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-initrd.in index dd502b9f..dcf2b427 100755 --- a/scripts/plymouth-populate-initrd.in +++ b/scripts/plymouth-populate-initrd.in @@ -28,6 +28,10 @@ if [ " $(type -t inst) " != " function " ]; then exit 1 fi +if [ " $(type -t set_verbose) " != " function " ]; then + function set_verbose { true; } +fi + function usage() { local output="/dev/stdout" local rc=0