aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dispatch.py2
-rwxr-xr-xgui.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index 073dc2c..a3dd360 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -93,7 +93,7 @@ installSteps = [
("enablefilesystems", turnOnFilesystems, ),
# Installing the Gentoo Installation Files
- ("makeconf", ),
+ #("makeconf", ),
# Installing the Gentoo Base System
("mirrorselect", ),
diff --git a/gui.py b/gui.py
index addce82..343d55a 100755
--- a/gui.py
+++ b/gui.py
@@ -77,7 +77,7 @@ stepToClass = {
"upgrademigratefs" : ("upgrade_migratefs_gui", "UpgradeMigrateFSWindow"),
# Installing the Gentoo Installation Files
- "makeconf" : ("makeconf_gui", "MakeconfWindow"),
+ #"makeconf" : ("makeconf_gui", "MakeconfWindow"),
# Installing the Gentoo Base System
"mirrorselect": ("mirrorselect_gui", "MirrorselectWindow"),