
# Run gettys in standard runlevels
{
    if ($ConsoleMode && ($ConsoleMode ne 'auto'))
    {
	"1:123457:respawn:/sbin/mingetty tty1";
    }
    else
    {
	"1:123457:respawn:/sbin/e-smith/console tty1";
    }
}
