tag: type: txt help: Serial console device name val_help: ; Serial device name val_help: ; Freescale i.MX serial device name val_help: ; USB Serial device name val_help: ; Xen console syntax:expression: pattern $VAR(@) "^((tty[A-Z])|ttymxc|ttyUSB|(hvc)){1}[0-9]+$" \ ; "console $VAR(@): not a valid tty name" end: sudo sh -c " declare -a devices=( $VAR(@@) ) if [ "\${#devices[*]}" == "0" ]; then echo Warning: Access to system console is unconfigured fi "