Browse Source

40network/check: source dracut-functions over exported variable

master
Harald Hoyer 16 years ago
parent
commit
c1b2cc48d6
  1. 2
      modules.d/40network/check

2
modules.d/40network/check

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/bin/sh

. ./dracut-functions
. $dracutfunctions

for program in ip hostname; do
which $program >/dev/null 2>&1

Loading…
Cancel
Save