summaryrefslogtreecommitdiffstats
path: root/command-stubs/rescue-startx-stub
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-15 02:52:42 +0000
committerMike Fulbright <msf@redhat.com>2003-01-15 02:52:42 +0000
commitf1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2 (patch)
treed48b327ee973722e0c2c32c4565ec130d7b41812 /command-stubs/rescue-startx-stub
parent4d1f22cd8690aaa071934a32dbf1babc7e06de8c (diff)
downloadanaconda-f1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2.tar.gz
anaconda-f1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2.tar.xz
anaconda-f1c5bfd098986ab9a27924e6ac3d3162ef3cfdd2.zip
oops order wrong
Diffstat (limited to 'command-stubs/rescue-startx-stub')
-rwxr-xr-xcommand-stubs/rescue-startx-stub4
1 files changed, 2 insertions, 2 deletions
diff --git a/command-stubs/rescue-startx-stub b/command-stubs/rescue-startx-stub
index 479be99f2..808bce166 100755
--- a/command-stubs/rescue-startx-stub
+++ b/command-stubs/rescue-startx-stub
@@ -19,5 +19,5 @@ else:
mode = '800x600'
xserver.probeHWandStartXServer(mode)
-os.system("twm&")
-os.system("xterm")
+os.system("xterm&")
+os.system("twm")