summaryrefslogtreecommitdiff
path: root/templates/system/console/device
AgeCommit message (Collapse)Author
2015-01-24vyatta-cfg-system: remove default speed value for console accessAlex Harpin
Remove the default value for the console speed node as this is already set by the system. Update the help text to display the defaults for both serial and Xen consoles.
2014-07-25Add Freescale i.MX serial deviceUnicronNL
2012-06-13Fix help on for USB serial consoleStephen Hemminger
2012-06-12Allow USB serial consoleStephen Hemminger
Bug 7724 related.
2012-03-01bug fix for 7489 - Added warning message on delete system consoleDeepti Kulkarni
2011-05-06Update help for console speedStephen Hemminger
Bug 7024
2011-03-15match console type only once.Robert Bays
2011-03-15updated fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2011-03-15fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2010-12-02Block accidental use of virtual consolesStephen Hemminger
The devices tty1 ... are virtual consoles and should not be configured through the CLI.
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-10-15Add ability to run modem gettyStephen Hemminger
For some dial in lines, need HAYES modem support.
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