diff options
-rw-r--r-- | templates/system/console/device/node.def | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/system/console/device/node.def b/templates/system/console/device/node.def index 118fea97..dec98638 100644 --- a/templates/system/console/device/node.def +++ b/templates/system/console/device/node.def @@ -1,8 +1,10 @@ tag: type: txt help: Serial console device name -val_help: <ttyXX>; Serial device name - <hvc0>; Xen console + +val_help: <ttySN>; 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]+$" \ ; "console $VAR(@): not a valid tty name" |