summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-10-07 14:58:20 +0000
committerChris Lumens <clumens@redhat.com>2005-10-07 14:58:20 +0000
commit886d53e771fef48afce4709b14c66313169bcbee (patch)
treeb1bfb343d23ebfd7bb1c134409d379c373ea7475 /anaconda
parent456dccd51dda3905ec0ff528fced45d8f40367e6 (diff)
downloadanaconda-886d53e771fef48afce4709b14c66313169bcbee.tar.gz
anaconda-886d53e771fef48afce4709b14c66313169bcbee.tar.xz
anaconda-886d53e771fef48afce4709b14c66313169bcbee.zip
Use rhpxl instead of rhpl for X configuration.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda6
1 files changed, 3 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index 9cfe53786..e94ab9840 100755
--- a/anaconda
+++ b/anaconda
@@ -719,7 +719,7 @@ import vnc
if not isHeadless:
try:
import xsetup
- import rhpl.xhwstate as xhwstate
+ import rhpxl.xhwstate as xhwstate
except ImportError:
isHeadless = 1
import rhpl.keyboard as keyboard
@@ -856,7 +856,7 @@ if not isHeadless:
# Probe what is available for X and setup a hardware state
#
# try to probe interesting hw
- import rhpl.xserver as xserver
+ import rhpxl.xserver as xserver
skipddcprobe = (skipddc or (x_already_set and flags.test))
skipmouseprobe = not (not os.environ.has_key('DISPLAY') or flags.setupFilesystems)
@@ -909,7 +909,7 @@ if not isHeadless:
mousedev = mousehw.get()
if ksfile is None and not flags.usevnc and not os.environ.has_key("DISPLAY") and display_mode == 'g' and mousedev[0] == "No - mouse":
# ask for the mouse type
- import rhpl.mouse as mouse
+ import rhpxl.mouse as mouse
while 1:
mouserc = mouse.mouseWindow(mousehw)