commit | e74f57b7bee30b708180cf67b86ab23aabc6860a | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <j.pavlik@tcpisek.cz> | Fri Jan 29 14:26:06 2016 +0100 |
committer | Jakub Pavlik <j.pavlik@tcpisek.cz> | Fri Jan 29 14:26:06 2016 +0100 |
tree | 630214b7827d25dab2d62c79fe4e91ae9dfe327c | |
parent | 9e861367cf37ae67d4ef825a97c63487719b2d46 [diff] | |
parent | 281d020aada26203645bb01cb1d96be1760c5423 [diff] |
Merge branch 'console' into 'master' Support for serial text consoles this PR is for following: issue/528 to have it enabled, you need smth like: ``` parameters: linux: system: console: ttyS0: autologin: root rate: 115200 term: xterm ``` See merge request !10