]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
iscsi/module-setup.sh: iscsid need /var/lib/iscsi
authorHarald Hoyer <harald@redhat.com>
Sat, 15 Aug 2015 11:22:07 +0000 (13:22 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Nov 2015 14:52:44 +0000 (15:52 +0100)
(cherry picked from commit f74b0a9f38838dddcf6f56daa9f20fc3e86087ca)

modules.d/95iscsi/module-setup.sh

index 3002591582f22e2eaa3be3234e62068a48893b5a..beb80e3e96cf801c3ab5efeee2d978b9632ddc14 100755 (executable)
@@ -257,6 +257,6 @@ install() {
             echo "Before=dracut-initqueue.service"
         ) > "${initdir}/$systemdsystemunitdir/iscsid.service.d/dracut.conf"
     fi
-
+    inst_dir /var/lib/iscsi
     dracut_need_initqueue
 }