summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-04-06 17:25:35 +0000
committerPeter Jones <pjones@redhat.com>2006-04-06 17:25:35 +0000
commit69f348428a94a216c3dd7caffb0cdc0658eb5274 (patch)
tree982352a451b36f1b38c6d31abf384492254ba435
parent9e6fb93f3198063be5c89144e66d43e962153096 (diff)
downloadanaconda-69f348428a94a216c3dd7caffb0cdc0658eb5274.tar.gz
anaconda-69f348428a94a216c3dd7caffb0cdc0658eb5274.tar.xz
anaconda-69f348428a94a216c3dd7caffb0cdc0658eb5274.zip
- this has to go in as well
-rwxr-xr-xanaconda3
1 files changed, 3 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 40b21ff43..c42931573 100755
--- a/anaconda
+++ b/anaconda
@@ -850,6 +850,9 @@ if keymap:
#
time.sleep(3)
+# this is a collosal hack, but we _must_ do this before the X server starts,
+# or the ATI RageXL (mach64) stabs us in the back and we get a deadlock.
+acpicpus = isys.acpicpus()
#
# now determine if we're going to run in GUI or TUI mode