- /etc/inittab :
'/sbin/mingetty --noclear tty1' to prevent the login:
prompt to clear the screen and see the end of the boot process- /etc/sysctl.conf :
kernel.cores_uses_pid = 0
otherwise write lots of core.* files, instead of one. Tends to fill your
disk too quickly if you do a lot of buggable program development and you forget
to clean them. However, can be indispensible for debugging multithreaded apps.- /etc/rc.d/init.d/pcmcia : Dont beep PCMCIA
change "/sbin/cardmgr $CARDMGR_OPTS" to "/sbin/cardmgr -q $CARDMGR_OPTS" in /etc/rc.d/init.d/pcmcia