On Sat, Dec 23, 2000 at 11:43:23AM +0100, Erwan MAS wrote: > Hello , > > How change the default value for the linux console ? > > My current value is ttyS0. I want to change to ttyS1 .
Edit /etc/inittab, and edit the line near the bottom that looks like: T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 Change it to: T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100 and run: % init q -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

