diff options
author | Mike Fulbright <msf@redhat.com> | 2003-08-12 20:42:20 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-08-12 20:42:20 +0000 |
commit | b14218ee015622c0f1d89ee345c8f64b1716a59f (patch) | |
tree | bcc70c04d592a1be9f7525dcfe683a0d543d9751 | |
parent | 19b5bfa7a69cce7b5db53e41ca2adbf21404cb86 (diff) | |
download | anaconda-b14218ee015622c0f1d89ee345c8f64b1716a59f.tar.gz anaconda-b14218ee015622c0f1d89ee345c8f64b1716a59f.tar.xz anaconda-b14218ee015622c0f1d89ee345c8f64b1716a59f.zip |
notting tells me xterm isnt supposed to have moved.
-rwxr-xr-x | command-stubs/rescue-startx-stub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/rescue-startx-stub b/command-stubs/rescue-startx-stub index 0403ba14b..808bce166 100755 --- a/command-stubs/rescue-startx-stub +++ b/command-stubs/rescue-startx-stub @@ -9,7 +9,7 @@ import rhpl.xserver as xserver import rhpl.keyboard as keyboard # see if its even possible -if not os.access("/mnt/sysimage/usr/bin/xterm", os.X_OK) or not os.access("/mnt/sysimage/usr/X11R6/bin/twm", os.X_OK): +if not os.access("/mnt/sysimage/usr/X11R6/bin/xterm", os.X_OK) or not os.access("/mnt/sysimage/usr/X11R6/bin/twm", os.X_OK): print "Must have mounted an existing installation in rescue mode to work." sys.exit(0) |