diff options
Diffstat (limited to 'command-stubs')
-rw-r--r-- | command-stubs/Makefile | 2 | ||||
-rwxr-xr-x | command-stubs/rescue-startx-stub | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/command-stubs/Makefile b/command-stubs/Makefile index e68983bba..b69270f18 100644 --- a/command-stubs/Makefile +++ b/command-stubs/Makefile @@ -1,7 +1,7 @@ include ../Makefile.inc STUBS = raidstart-stub raidstop-stub kudzu-probe-stub list-harddrives-stub \ - loadkeys-stub losetup-stub pump-stub mknod-stub + loadkeys-stub losetup-stub pump-stub mknod-stub rescue-startx-stub all: @echo "Nothing to do" 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") |