[PATCH 2/3] Add flag indicating if running in the Initial Setup

Vratislav Podzimek vpodzime at redhat.com
Tue May 28 13:15:57 UTC 2013


Some spokes need to have e.g. a different status when run in the Initial Setup.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/flags.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/flags.py b/pyanaconda/flags.py
index 7a22c90..f519272 100644
--- a/pyanaconda/flags.py
+++ b/pyanaconda/flags.py
@@ -64,6 +64,7 @@ class Flags(object):
         self.imageInstall = False
         self.automatedInstall = False
         self.dirInstall = False
+        self.initialSetup = False
         self.askmethod = False
         self.eject = True
         self.extlinux = False
-- 
1.7.11.7



More information about the anaconda-patches mailing list