aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-03 16:08:41 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-03 16:08:41 +0000
commit6da0980a223aaeb062d7bc49050c1eb96a4a91ce (patch)
tree69742ad39ace526c9a94e2ecd01a4187cb5d9b49
parentindent fix (diff)
downloadanaconda-6da0980a223aaeb062d7bc49050c1eb96a4a91ce.tar.gz
anaconda-6da0980a223aaeb062d7bc49050c1eb96a4a91ce.tar.bz2
anaconda-6da0980a223aaeb062d7bc49050c1eb96a4a91ce.zip
testing mirrorselect
-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"),