summaryrefslogtreecommitdiffstats
path: root/flags.py
diff options
context:
space:
mode:
authormsivak <msivak>2007-10-26 08:51:25 +0000
committermsivak <msivak>2007-10-26 08:51:25 +0000
commite8f54cd09cd4ee9eb0322db38054ef0663006091 (patch)
tree93c4402bf93836c6ea8c3e9a9c37c710f9127b7c /flags.py
parentbe4afb2c00dfc1813ce75b360ee8ae8d470eb892 (diff)
downloadanaconda-e8f54cd09cd4ee9eb0322db38054ef0663006091.tar.gz
anaconda-e8f54cd09cd4ee9eb0322db38054ef0663006091.tar.xz
anaconda-e8f54cd09cd4ee9eb0322db38054ef0663006091.zip
Inform user about the arch mismatch and offer to upgrade rpm platform
Bug #217132 2007-10-26 Martin Sivak <msivak@redhat.com> * backend.py (doRepoSetup): Update the platform file if necessary * dispatch.py: Add new step for detecting platform upgrade * flags.py (Flags): Add flag for controlling the rpm platform update * iutil.py (writeRpmPlatform): Now controlled by the updateRpmPlatform flag * upgrade.py: Add isUpgradingArch, queryUpgradeArch and add the upgradearchitecture step (#217132)
Diffstat (limited to 'flags.py')
-rw-r--r--flags.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags.py b/flags.py
index 9582faa43..0797d0d4c 100644
--- a/flags.py
+++ b/flags.py
@@ -71,6 +71,7 @@ class Flags:
self.__dict__['flags']['selinux'] = SELINUX_DEFAULT
self.__dict__['flags']['debug'] = 0
self.__dict__['flags']['targetarch'] = None
+ self.__dict__['flags']['updateRpmPlatform'] = False
self.__dict__['flags']['cmdline'] = self.createCmdlineDict()
self.__dict__['flags']['useIPv4'] = True
self.__dict__['flags']['useIPv6'] = True