Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0280-iscsi-iscsiroot-do-not-check-for-interfaces.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0280-iscsi-iscsiroot-do-not-check-for-interfaces.patch of Package dracut
From d2ea3cac52a520cda8a756537b68a6749e9d3eb7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Wed, 18 Apr 2012 14:19:05 +0200 Subject: [PATCH] iscsi/iscsiroot: do not check for interfaces https://bugzilla.redhat.com/show_bug.cgi?id=813687 --- modules.d/95iscsi/iscsiroot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules.d/95iscsi/iscsiroot b/modules.d/95iscsi/iscsiroot index 6faac58..bea831d 100755 --- a/modules.d/95iscsi/iscsiroot +++ b/modules.d/95iscsi/iscsiroot @@ -89,12 +89,6 @@ handle_netroot() parse_iscsi_root "$1" || return 1 - if [ -n "$iscsi_netdev_name" ] && [ "$netif" != "$iscsi_netdev_name" ]; then - # skip iscsistart, if the interface is not the required one - return 1 - fi - - # XXX is this needed? getarg ro && iscsirw=ro getarg rw && iscsirw=rw -- 1.8.3.1