summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorbfox <bfox>2000-11-27 17:56:18 +0000
committerbfox <bfox>2000-11-27 17:56:18 +0000
commitade49534aeb46123196f44d65d315a314d6e19e2 (patch)
treea6f3fe37993ef0bfaba4fc2923cf329860b118ab /anaconda
parent4e127ba1dd20931b334b6c64942ff286b5c7b162 (diff)
downloadanaconda-ade49534aeb46123196f44d65d315a314d6e19e2.tar.gz
anaconda-ade49534aeb46123196f44d65d315a314d6e19e2.tar.xz
anaconda-ade49534aeb46123196f44d65d315a314d6e19e2.zip
Added some code to fix resolution weirdness
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda9
1 files changed, 7 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index 712f5b99a..dd8474a65 100755
--- a/anaconda
+++ b/anaconda
@@ -99,7 +99,7 @@ if iutil.getArch() == 'ia64':
# localInstall - install to chroot
# reconfigOnly - allow user to reconfig installed box w/o reinstall
# nofallback - don't fall back to text mode on gui startup failure
-# lowres - run in 640x480 mode
+# runres - resolution to run
test = 0
xmode = 0
debug = 0
@@ -372,7 +372,12 @@ if xmode:
pass
sys.exit (0)
-intf = InstallInterface(runres = runres)
+print display_mode
+print runres
+if display_mode == "t":
+ intf = InstallInterface ()
+else:
+ intf = InstallInterface(runres = runres)
# imports after setting up the path
if not reconfigOnly: