iscsiroot.sh: do not source /etc/conf.d

this should have been done already.
master
Harald Hoyer 2012-07-25 14:52:25 +02:00
parent 8a240aca9e
commit 35022f987c
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ PATH=/usr/sbin:/usr/bin:/sbin:/bin
netif="$1"
iroot="$2"

source_all /etc/conf.d

# If it's not iscsi we don't continue
[ "${iroot%%:*}" = "iscsi" ] || exit 1