# /etc/inittab: init configuration for SliTaz GNU/Linux.
# Boot-time system configuration/initialization script.
#
::sysinit:/etc/init.d/rcS

# /sbin/getty respawn for the VGA consoles. The trailing 'linux' is the
# TERMTYPE arg: busybox getty otherwise exports TERM=vt102, whose terminfo
# lacks colors#8, so ncursesw apps (nano, clex, trame-tui) render colorless.
# 'linux' carries colors#8 + standard ANSI SGR → colors on the VGA console.
#
# NB: do NOT write the literal serial device name in this file (not even in
# a comment). /init appends the serial getty at boot only when that name is
# absent from this inittab (`grep` test); a stray mention here suppresses it
# and kills serial login.
tty1::respawn:/sbin/getty 38400 tty1 linux
tty2::respawn:/sbin/getty 38400 tty2 linux
tty3::respawn:/sbin/getty 38400 tty3 linux
tty4::respawn:/sbin/getty 38400 tty4 linux
tty5::respawn:/sbin/getty 38400 tty5 linux
tty6::respawn:/sbin/getty 38400 tty6 linux

# Stuff to do when restarting the init
# process, or before rebooting.
::restart:/etc/init.d/rc.shutdown
::restart:/sbin/init
::ctrlaltdel:/sbin/reboot
::shutdown:/etc/init.d/rc.shutdown
