module-setup.sh: don't source $dracutfunctions

There is no need to source the file manually, dracut will always
prepare the dracut lib before calling a module-setup.sh

Signed-off-by: Kairui Song <kasong@redhat.com>
Acked-by: Lianbo Jiang <lijiang@redhat.com>
This commit is contained in:
Kairui Song 2021-01-19 22:16:27 +08:00
parent 02202aa70f
commit d49a5015d8
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
. $dracutfunctions
. /lib/kdump/kdump-lib.sh
if ! [[ -d "${initdir}/tmp" ]]; then