diskimage-builder/elements/serial-console/extra-data.d/20-stty

10 lines
187 B
Plaintext
Raw Normal View History

#!/bin/bash
if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
echo "Use of serial-console element is deprecated, please use enable-serial-console instead."