]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
iscsiroot.sh: do not source /etc/conf.d
authorHarald Hoyer <harald@redhat.com>
Wed, 25 Jul 2012 12:52:25 +0000 (14:52 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 25 Jul 2012 12:52:25 +0000 (14:52 +0200)
this should have been done already.

modules.d/95iscsi/iscsiroot.sh

index 87b7fa7158255830087e2ad1bc86ce207e96f0d0..92414eede3c9455fd617c0e4344edde7b3d18321 100755 (executable)
@@ -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