#!/bin/sh

cp /etc/ttys.X /etc/ttys
kill -1 1
cp /etc/ttys.norm /etc/ttys

exec /usr/bin/X11/xdm

