summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/system/console/device/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/console/device/node.def b/templates/system/console/device/node.def
index 20fd6580..56191819 100644
--- a/templates/system/console/device/node.def
+++ b/templates/system/console/device/node.def
@@ -3,6 +3,6 @@ type: txt
help: Serial console device name
val_help: <ttyXX>; Serial device name
-syntax:expression: pattern $VAR(@) "^tty[A-Z]+[0-9]+$" \
+syntax:expression: pattern $VAR(@) "^tty[A-Z]+[0-9]+$ || ^hvc[0-9]+" \
; "console $VAR(@): not a valid tty name"