]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
iscsi: parse iscsi parameter, even if rootok=1
authorHarald Hoyer <harald@redhat.com>
Tue, 3 Sep 2013 13:23:28 +0000 (15:23 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 3 Sep 2013 13:23:28 +0000 (15:23 +0200)
modules.d/95iscsi/parse-iscsiroot.sh

index 286e3dcfd6f7584d704b7105cea7ce584c81895a..e83ef32babd345b1b73730278999ef6c0fdeb993 100755 (executable)
@@ -13,9 +13,6 @@
 # root= takes precedence over netroot= if root=iscsi[...]
 #
 
-# Don't continue if root is ok
-[ -n "$rootok" ] && return
-
 # This script is sourced, so root should be set. But let's be paranoid
 [ -z "$root" ] && root=$(getarg root=)
 [ -z "$netroot" ] && netroot=$(getarg netroot=)