
# Run gettys in standard runlevels
{
    if ( -f "/proc/xen/xenbus" && ! -f "/proc/xen/xsd_kva" )
    {
	"co:123457:respawn:/sbin/agetty xvc0 9600 vt100-nav";
    }
    elsif ($ConsoleMode && ($ConsoleMode ne 'auto'))
    {
	"1:123457:respawn:/sbin/mingetty tty1";
    }
    else
    {
	"1:123457:respawn:/sbin/e-smith/console tty1";
    }
}
