GRUB_CMDLINE_LINUX="console=ttyS1,115200n8 console=tty0" GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1" GRUB_TERMINAL="serial console"
root@swag:/etc/init# cat ttyS1.conf # ttyS1 - getty # # This service maintains a getty on ttyS0 from the point the system is # started until it is shut down again. start on runlevel [012345] stop on runlevel [!12345] respawn exec /sbin/getty -L 115200 ttyS1 vt102
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
00_header.patch | r1 | manage | 2.9 K | 2012-06-14 - 15:08 | MikeGore | 00_header.patch |
![]() |
grub-mkconfig.patch | r1 | manage | 4.0 K | 2012-06-14 - 15:08 | MikeGore | grub-mkconfig.patch |