diskimage-builder/elements/serial-console
Victor Lowther 43b70ce224 /bin/bash all the things.
Since we are using bash syntax in some of the element fragments,
we should make sure we use bash for all of them, so that things don't
break on systems where /bin/sh != /bin/bash.

Change-Id: If2f043c57aa4e1492b7f9839213ef6123f683612
2013-11-17 16:59:31 -06:00
..
install.d /bin/bash all the things. 2013-11-17 16:59:31 -06:00
README.md Add an element to configure a serial console. 2013-05-10 07:38:31 +12:00

Start getty on ttyS0 or ttyS1

With ILO and other remote admin environments, having a serial console can be useful for debugging / troubleshooting. If ttyS1 exists, getty will run on that, otherwise on ttyS0.