#!/bin/sh
! type fgetty >/dev/null 2>&1 || exec chpst -P fgetty tty1
exec getty 38400 tty1 linux
