summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-21 21:18:57 +0000
committerMike Fulbright <msf@redhat.com>2003-04-21 21:18:57 +0000
commite786d0f555169d1dc1e259014631695dfb9f5679 (patch)
tree6b899b381ff397221901caa82b786feba0869317 /installclass.py
parentc135ee3152fb0fd70c89da6c65d6e98ea330d257 (diff)
downloadanaconda-e786d0f555169d1dc1e259014631695dfb9f5679.tar.gz
anaconda-e786d0f555169d1dc1e259014631695dfb9f5679.tar.xz
anaconda-e786d0f555169d1dc1e259014631695dfb9f5679.zip
disable interactive X configuration - uncomment to reenable
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index 343a24dc6..d38abbc72 100644
--- a/installclass.py
+++ b/installclass.py
@@ -125,9 +125,12 @@ class BaseInstallClass:
"handleX11pkgs",
"checkdeps",
"dependencies",
- "videocard",
- "monitor",
- "xcustom",
+#
+# Disable interactive X configuration
+#
+# "videocard",
+# "monitor",
+# "xcustom",
"confirminstall",
"install",
"enablefilesystems",