[PATCH 1/2 blivet] Check for "ip=ibft" cmdline option, not for "ibft".

Radek Vykydal rvykydal at redhat.com
Tue Mar 12 15:56:32 UTC 2013


---
 blivet/flags.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/flags.py b/blivet/flags.py
index e892b74..d7af82d 100644
--- a/blivet/flags.py
+++ b/blivet/flags.py
@@ -77,7 +77,7 @@ class Flags(object):
         if "nodmraid" in self.boot_cmdline:
             self.dmraid = False
 
-        if "ibft" in self.boot_cmdline:
+        if self.boot_cmdline.get("ip") == "ibft":
             self.ibft = True
 
         if "noiswmd" in self.boot_cmdline:
-- 
1.7.11.7



More information about the anaconda-patches mailing list