summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py22
1 files changed, 9 insertions, 13 deletions
diff --git a/installclass.py b/installclass.py
index fed21450f..46a5ea08c 100644
--- a/installclass.py
+++ b/installclass.py
@@ -145,26 +145,22 @@ class BaseInstallClass:
dispatch.skipStep("bootdisk")
dispatch.skipStep("bootloader")
dispatch.skipStep("fdasd", permanent = 1)
- elif iutil.getArch() == "s390" or iutil.getArch() == "s390x":
- #dispatch.skipStep("language")
+ elif iutil.getArch() == "s390":
dispatch.skipStep("keyboard", permanent = 1)
dispatch.skipStep("mouse", permanent = 1)
-
- dispatch.skipStep("partitionmethod", permanent = 1)
- dispatch.skipStep("autopartition", permanent = 1)
- dispatch.skipStep("autopartitionexecute", permanent = 1)
- dispatch.skipStep("fdisk", permanent = 1)
-
+ dispatch.skipStep("partitionmethod", permanent = 1)
+ dispatch.skipStep("autopartition", permanent = 1)
+ dispatch.skipStep("autopartitionexecute", permanent = 1)
+ dispatch.skipStep("fdisk", permanent = 1)
dispatch.skipStep("handleX11pkgs", permanent = 1)
dispatch.skipStep("videocard", permanent = 1)
dispatch.skipStep("monitor", permanent = 1)
dispatch.skipStep("xcustom", permanent = 1)
dispatch.skipStep("writexconfig", permanent = 1)
-
- dispatch.skipStep("bootdisk", permanent = 1)
- else:
- dispatch.skipStep("fdasd", permanent = 1)
-
+ dispatch.skipStep("bootdisk", permanent = 1)
+ else:
+ dispatch.skipStep("fdasd", permanent = 1)
+
# This is called after the hdlist is read in.
def setPackageSelection(self, hdlist):
pass