summaryrefslogtreecommitdiff
path: root/scripts/system/vyatta_update_console.pl
AgeCommit message (Collapse)Author
2019-04-23T1327: Set the serial console speed to 115200 by defaultJohn Estabrook
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts.
2019-01-23T980 and T969 update serial console baud on the flyKim
* update serial console baud on the fly * Update help of console speed, a reboot is not required anymore to set the correct baud rate.
2018-04-05Do not restart tty, it will put you back at login screen.Kim
2017-11-03vyatta_update_console.pl uses systemd, remove inittab referenceChristian Poessinger
2017-04-23update console settings for systemdKim Hagen
2015-01-24vyatta-cfg-system: changes to update_inittab for xen console accessAlex Harpin
Update the update_inittab function so when the system is configured for Xen console (hvc0) access, the correct values are written out to /etc/inittab.
2015-01-24vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/system/vyatta_update_console.pl to have consistent identation levels and style throughout.
2010-12-10Fix update of serial speed on all grub linesStephen Hemminger
Bug 6551 Need to handle case where console=ttyS0,9600 is at end of line
2010-12-02Mark the Vyatta specific section of inittabStephen Hemminger
2010-12-02Allow more serial console linesStephen Hemminger
Since inittab allows up to 4 characters for id field, allow 1000 entries.
2010-12-02Allow configuring console speed etcStephen Hemminger
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices
2010-11-12Change mode on all executable scriptsStephen Hemminger
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it.
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