diskimage-builder/elements/serial-console/install.d/20-stty
Robert Collins a8707cc152 Add an element to configure a serial console.
With ILO and other remote machine management cards, a serial console is
actually useful.

Change-Id: I86f74d9dae3821b4682df813c5b52a83a29a138a
2013-05-10 07:38:31 +12:00

8 lines
111 B
Bash
Executable File

#!/bin/sh
home=$(dirname $0)
set -uex
install -m 0644 -o root -g root $home/ttySx.conf /etc/init/ttySx.conf