[PATCH 1/2] Include image install flag when updating from anaconda flags. (#1066008)

David Lehman dlehman at redhat.com
Mon Mar 3 17:43:37 UTC 2014


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

diff --git a/blivet/flags.py b/blivet/flags.py
index ebf504b..113f005 100644
--- a/blivet/flags.py
+++ b/blivet/flags.py
@@ -87,6 +87,7 @@ class Flags(object):
         self.testing = anaconda_flags.testing
         self.automated_install = anaconda_flags.automatedInstall
         self.live_install = anaconda_flags.livecdInstall
+        self.image_install = anaconda_flags.imageInstall
 
         self.selinux = anaconda_flags.selinux
 
-- 
1.8.5.3



More information about the anaconda-patches mailing list