mirror of the now-defunct rocklinux.org

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