[PATCH 1/3] Use the value of the Anaconda ibft flag to set the Blivet ibft flag

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


Previously the Anaconda ibft flag has been ignored by Blivet,
now it is respected, which makes it possible to for example disable
ibft be passing the noibft option to Anaconda during the installation.

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

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



More information about the anaconda-patches mailing list