[PATCH 2/3] Use the value of the Anaconda dmraid flag to set the Blivet dmraid flag

Martin Kolman mkolman at redhat.com
Wed Jun 11 14:07:43 UTC 2014


Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 blivet/flags.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/flags.py b/blivet/flags.py
index b6d9cae..8932941 100644
--- a/blivet/flags.py
+++ b/blivet/flags.py
@@ -102,5 +102,6 @@ class Flags(object):
         self.multipath_friendly_names = anaconda_flags.mpathFriendlyNames
 
         self.ibft = anaconda_flags.ibft
+        self.dmraid = anaconda_flags.dmraid
 
 flags = Flags()
-- 
1.9.3



More information about the anaconda-patches mailing list