a8707cc152
With ILO and other remote machine management cards, a serial console is actually useful. Change-Id: I86f74d9dae3821b4682df813c5b52a83a29a138a
8 lines
111 B
Bash
Executable File
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
|
|
|