SVN: rc-scripts/trunk/inittab

Jakub Bogusz qboosh at pld-linux.org
Tue Sep 16 21:20:20 CEST 2008


On Mon, Sep 15, 2008 at 10:23:11AM +0200, glen wrote:
> Author: glen
> Date: Mon Sep 15 10:23:10 2008
> New Revision: 9868
> 
> Modified:
>    rc-scripts/trunk/inittab
> Log:
> - you don't likely need so many terminals

> @@ -53,10 +53,10 @@
>  2:2345:respawn:/sbin/mingetty tty2
>  3:2345:respawn:/sbin/mingetty tty3
>  4:2345:respawn:/sbin/mingetty tty4
> -5:2345:respawn:/sbin/mingetty tty5
> -6:2345:respawn:/sbin/mingetty tty6
> -7:2345:respawn:/sbin/mingetty tty7
> -8:2345:respawn:/sbin/mingetty tty8
> +#5:2345:respawn:/sbin/mingetty tty5
> +#6:2345:respawn:/sbin/mingetty tty6
> +#7:2345:respawn:/sbin/mingetty tty7
> +#8:2345:respawn:/sbin/mingetty tty8

There were far too few anyway :P

$ grep '^[0-9]' /etc/inittab | grep mingetty| wc -l
18

Most of distros use default of 6 ttys.
4 is far too few for non-GUI desktop machine and those 2-4 mingettys
don't matter anything on machines made in current century.

BTW, as for ttys configuration - there are still some evil hardcoded
values in other parts of distro, e.g. --with-vt=9 in entrance.spec.


-- 
Jakub Bogusz    http://qboosh.pl/


More information about the pld-devel-en mailing list