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:
parent
02202aa70f
commit
d49a5015d8
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. $dracutfunctions
|
||||
. /lib/kdump/kdump-lib.sh
|
||||
|
||||
if ! [[ -d "${initdir}/tmp" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user