Age | Commit message (Collapse) | Author |
|
Bug 6551
Need to handle case where console=ttyS0,9600
is at end of line
|
|
|
|
Since inittab allows up to 4 characters for id field, allow 1000
entries.
|
|
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
|
|
The executable bit should be set on scripts.
This only impacts the repository, during build install fixes it.
|
|
|
|
If inittab doesn't exist or console not configured, just
do nothing.
|
|
For some dial in lines, need HAYES modem support.
|
|
For serial console on ttyS0, change speed as well.
|
|
Use:
system console device ttyS1 speed 115200
To allow top level node to be one transaction with one update
|
|
Problems found during basic testing of new serial console config
|
|
|