From e0ecc1800c9f06efe3103d50a61bea1205e44a0e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 12 Jun 2012 14:58:27 -0700 Subject: Allow USB serial console Bug 7724 related. --- templates/system/console/device/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/system/console/device/node.def b/templates/system/console/device/node.def index d2b279b8..118fea97 100644 --- a/templates/system/console/device/node.def +++ b/templates/system/console/device/node.def @@ -4,7 +4,7 @@ help: Serial console device name val_help: ; Serial device name ; Xen console -syntax:expression: pattern $VAR(@) "^((tty[A-Z])||(hvc)){1}[0-9]+$" \ +syntax:expression: pattern $VAR(@) "^((tty[A-Z])|ttyUSB|(hvc)){1}[0-9]+$" \ ; "console $VAR(@): not a valid tty name" end: sudo sh -c " -- cgit v1.2.3