40network/check: source dracut-functions over exported variable
parent
fdb3d52d59
commit
c1b2cc48d6
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./dracut-functions
|
||||
. $dracutfunctions
|
||||
|
||||
for program in ip hostname; do
|
||||
which $program >/dev/null 2>&1
|
||||
|
|
Loading…
Reference in New Issue