summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2011-03-15 11:19:18 -0700
committerRobert Bays <robert@vyatta.com>2011-03-15 11:21:14 -0700
commitf76652038e1dc218c68dd10774595cb866e1b230 (patch)
treebce3b36e803a30a455bff8c46f4d9cbe0d6df1fb
parent980cf1927bc30d882be1885b1acde49310287232 (diff)
downloadvyatta-cfg-system-f76652038e1dc218c68dd10774595cb866e1b230.tar.gz
vyatta-cfg-system-f76652038e1dc218c68dd10774595cb866e1b230.zip
fix for bug 6919: Console settings don't support hvc0 for xen
-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"