]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
Rename SerialConsole property to LinuxSerialConsole
authorIan Campbell <ian.campbell@citrix.com>
Fri, 6 Sep 2013 13:15:28 +0000 (14:15 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 6 Sep 2013 13:15:28 +0000 (14:15 +0100)
The naming is OS specific.

README
ts-host-install

diff --git a/README b/README
index 4bf3b2646f529f692a4cd56212e1995bb97167cb..5106083562ada78d4e91d11205ff48776be6166a 100644 (file)
--- a/README
+++ b/README
@@ -88,7 +88,7 @@ HostProp_<testbox>_Ether
    MAC address of the box <testbox>.  Only needed if you want
    to use the osstest host and Xen installer.
 
-HostProp_<testbox>_SerialConsole
+HostProp_<testbox>_LinuxSerialConsole
    Set to the serial console device on the platform. Defaults to
    ttyS0. If set to "NONE" then the system will use VGA console
    instead.
index 91519401eaa0c2928d8f43a48a3ac49ddad018e4..dfbc950e7147e813d579f366c02e7c8d3788d34a 100755 (executable)
@@ -205,7 +205,7 @@ END
 
     push @installcmdline, qw(--);
 
-    my $console = get_host_property($ho, "SerialConsole", "ttyS0");
+    my $console = get_host_property($ho, "LinuxSerialConsole", "ttyS0");
     push @installcmdline, "console=$console,$c{Baud}n8"
         unless $console eq "NONE";