]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
iscsiroot: touch the right marker file
authorHarald Hoyer <harald@redhat.com>
Fri, 24 Jan 2014 15:35:08 +0000 (16:35 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 12 Feb 2014 17:26:36 +0000 (18:26 +0100)
modules.d/95iscsi/iscsiroot.sh

index c56d54de4ba695cfbbd186f98ec76d003ab24949..2eeeab6a4306e9a1a65502859b436dfc34e91428 100755 (executable)
@@ -60,7 +60,7 @@ handle_firmware()
         fi
 
         if [ -d /sys/class/iscsi_session ]; then
-            echo 'started' > "/tmp/iscsistarted-iscsi"
+            echo 'started' > "/tmp/iscsistarted-iscsi:"
             echo 'started' > "/tmp/iscsistarted-firmware"
         else
             return 1