'cleardiskssel' typos that made it impossible to run text install.
---
kickstart.py | 4 ++--
text.py | 2 +-
upgrade.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kickstart.py b/kickstart.py
index adab33a..3fbb3d5 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -299,7 +299,7 @@ class ClearPart(commands.clearpart.FC3_ClearPart):
anaconda.id.storage.reinitializeDisks = self.initAll
clearPartitions(anaconda.id.storage)
- self.handler.skipSteps.append("cleardisksel")
+ self.handler.skipSteps.append("cleardiskssel")
class Fcoe(commands.fcoe.F13_Fcoe):
def parse(self, args):
@@ -1439,7 +1439,7 @@ def setSteps(anaconda):
if anaconda.id.displayMode == "t":
missingSteps = [("bootloader", "Bootloader configuration"),
("filter", "Disks to use in installation"),
- ("cleardisksel", "Disks to clear"),
+ ("cleardiskssel", "Disks to clear"),
("group-selection", "Package selection")]
errors = []
diff --git a/text.py b/text.py
index 3691e21..60eafb7 100644
--- a/text.py
+++ b/text.py
@@ -551,7 +551,7 @@ class InstallInterface:
def setSteps(self, anaconda):
anaconda.dispatch.skipStep("filtertype")
anaconda.dispatch.skipStep("filter")
- anaconda.dispatch.skipStep("cleardisksel")
+ anaconda.dispatch.skipStep("cleardiskssel")
anaconda.dispatch.skipStep("basepkgsel")
anaconda.dispatch.skipStep("group-selection")
diff --git a/upgrade.py b/upgrade.py
index f878812..58960ec 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -267,7 +267,7 @@ def setSteps(anaconda):
"welcome",
"filtertype",
"filter",
- "cleardisksel",
+ "cleardiskssel",
"installtype",
"storageinit",
"findrootparts",
--
1.6.2.5
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|