Skip to content

Commit

Permalink
Update serial-console-HLD.md
Browse files Browse the repository at this point in the history
Fix typos.
  • Loading branch information
i-davydenko authored Aug 14, 2023
1 parent 3db77dc commit 9e32292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/console/serial-console-HLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This hld doc for serial cli global configurations describes the requirements, ar

### 1.2. Definitions/Abbreviations

serial - secure shell
serial - connection achieved via serial interface and represented as _tty_ from the linux perspective;
TCP - Transmission Control protocol

### 1.3. Overview
Expand Down Expand Up @@ -72,7 +72,7 @@ We want to enable serial-console configuration in SONIC. In order to do so will
### 3.1 Flow description
When the feature is enabled, by modifying the DB manually, user will set serial-console configurations by modifing CONFIG_DB in SERIAL_CONSOLE table.

The hostcfgd daemon will be extended to listen to confogurations from SERIAL_CONSOLE table and restarts the serial_console.service. Serial console script will read SERIAL_CONSOLE table and update config files accordingly.
The hostcfgd daemon will be extended to listen to configurations from SERIAL_CONSOLE table and restarts the serial_console.service. Serial console script will read SERIAL_CONSOLE table and update config files accordingly.

serial-config.service will start `Before=getty-pre.target` and run serial.config.sh to apply configuration before serial console became available.

Expand Down

0 comments on commit 9e32292

Please sign in to comment.