mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
183 B

  1. #!/bin/bash --login
  2. exec < /dev/console > /dev/console 2> /dev/console ; cd /
  3. export HOME="/tmp"
  4. /usr/X11/bin/startx -- -xf86config /tmp/XF86Config -logfile /tmp/X >/dev/null 2>&1