diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-07-25 18:36:25 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-07-25 18:36:25 +0200 |
commit | 8817a1d306f1471c5ac262cd8f0d73035526bde2 (patch) | |
tree | 11bfa426671591d9f896c5588503a5866fae63c3 | |
parent | 3dd18271ce1145bdf07b4af381c4ad821951bed8 (diff) | |
parent | e0198c1d76101353e4b9674c98b7445bc8e333e2 (diff) | |
download | vyatta-cfg-system-8817a1d306f1471c5ac262cd8f0d73035526bde2.tar.gz vyatta-cfg-system-8817a1d306f1471c5ac262cd8f0d73035526bde2.zip |
Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into helium
-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 " |