diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/system/console/device/node.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/system/console/device/node.def b/templates/system/console/device/node.def index dec98638..fa055806 100644 --- a/templates/system/console/device/node.def +++ b/templates/system/console/device/node.def @@ -3,10 +3,11 @@ type: txt help: Serial console device name val_help: <ttySN>; Serial device name +val_help: <ttymxcN>; Freescale i.MX serial device name val_help: <ttyUSBX>; USB Serial device name val_help: <hvc0>; Xen console -syntax:expression: pattern $VAR(@) "^((tty[A-Z])|ttyUSB|(hvc)){1}[0-9]+$" \ +syntax:expression: pattern $VAR(@) "^((tty[A-Z])|ttymxc|ttyUSB|(hvc)){1}[0-9]+$" \ ; "console $VAR(@): not a valid tty name" end: sudo sh -c " |