summaryrefslogtreecommitdiff
path: root/scripts/system/vyatta_update_console.pl
AgeCommit message (Collapse)Author
2010-10-16Fix syntax error in vyatta_update_console.pl.Stig Thormodsrud
2010-10-15Handle error cases on console updateStephen Hemminger
If inittab doesn't exist or console not configured, just do nothing.
2010-10-15Add ability to run modem gettyStephen Hemminger
For some dial in lines, need HAYES modem support.
2010-10-14Change speed in grub config as wellStephen Hemminger
For serial console on ttyS0, change speed as well.
2010-10-14Change syntax for console configStephen Hemminger
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update
2010-10-14Fix serial console setup functionsStephen Hemminger
Problems found during basic testing of new serial console config
2010-10-14Add support for setting up serial console portsStephen Hemminger