10.1. serial console
gurb
$ sudo vim /boot/grub/menu.lst title Ubuntu 8.04.1, kernel 2.6.24-21-generic root (hd0,5) kernel /boot/vmlinuz-2.6.24-21-generic root=UUID=3d5dd6c0-bbd2-4ddf-9b71-1c7b78e8de3b ro quiet splash console=tty0 console=ttyS0,38400 initrd /boot/initrd.img-2.6.24-21-generic quiet
tty6
$ sudo vim /etc/event.d/tty6 respawn #exec /sbin/getty 38400 tty6 exec /sbin/getty -L /dev/ttyS0 38400 vt100
other terminal: VT100, VT220, VT320, VT420
securetty
$ cat /etc/securetty # for people with serial port consoles ttyS0
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。
时间: 2024-10-23 13:27:44