#!/bin/ash
#this starts X, then runs /xinitrc

/usr/bin/xinit /xinitrc ${@} -- /usr/bin/Xorg  > /xerrs.log 2>&1
