#!/bin/sh

sed -i -e 's/^id:5:initdefault:/id:3:initdefault:/' \
       -e 's|^#\(1.*mingetty.*tty\)|\1|' /etc/inittab
/sbin/init q
/sbin/init 3
