Only source '/lib/dracut-lib.sh' if it wasn't so far
Signed-off-by: Sören Tempel <soeren+git@soeren-tempel.net> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #3109
This commit is contained in:
parent
edbaf2455c
commit
01d01ef0ba
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
. /lib/dracut-lib.sh
|
||||
. /lib/dracut-zfs-lib.sh
|
||||
|
||||
ZFS_DATASET=""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
. /lib/dracut-lib.sh
|
||||
command -v getarg >/dev/null || . /lib/dracut-lib.sh
|
||||
|
||||
OLDIFS="${IFS}"
|
||||
NEWLINE="
|
||||
|
|
Loading…
Reference in New Issue