]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Update --amt documentation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 Feb 2014 15:13:49 +0000 (16:13 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 Feb 2014 15:13:49 +0000 (16:13 +0100)
README.md
novaboot

index d56061ac3ca918194d9d3bef95c8e3555ca59a58..5385e9111e51ab06f5fb0b19708d4c3c3dafeea7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -260,11 +260,12 @@ user/instance.
 
 - \--amt=_"\[user\[:password\]@\]host\[:port\]_
 
-    Use Intel AMT to connect to target. Using SOL redirection and WS management
-    to powercycle it. The IP address or FQDN of the PC is given by _host_
-    parameter. If _password_ is not specified, environment variable
-    AMT\_PASSWORD is used. _port_ is defining port number for SOL,
-    if not specified, default is 16992. Default _user_ is admin.
+    Use Intel AMT technology to control the target machine. WS management
+    is used to powercycle it and Serial-Over-Lan (SOL) for input/output.
+    The hostname or (IP address) is given by the _host_ parameter. If
+    _password_ is not specified, environment variable AMT\_PASSWORD is
+    used. The _port_ specifies a TCP port for SOL. If not specified, the
+    default is 16992. Default _user_ is admin.
 
 - \--iprelay=_addr\[:port\]_
 
@@ -352,8 +353,8 @@ to a particular location, e.g. to a TFTP boot server or to the
 
 - \--on, --off
 
-    Switch on/off the target machine. Currently works only with
-    __\--iprelay__.
+    Switch on/off the target machine. Currently it works only with
+    __\--iprelay__ or __\--amt__.
 
 - \-Q, --qemu\[=_qemu-binary_\]
 
index 98562e4fa5e68836263a100d02966e3c1e33b030..a9ccdcbc14d256cdf39b6c21e81264d32f47a35b 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -1233,11 +1233,12 @@ user/instance.
 
 =item --amt=I<"[user[:password]@]host[:port]>
 
-Use Intel AMT to connect to target. Using SOL redirection and WS management
-to powercycle it. The IP address or FQDN of the PC is given by I<host>
-parameter. If I<password> is not specified, environment variable
-AMT_PASSWORD is used. I<port> is defining port number for SOL,
-if not specified, default is 16992. Default I<user> is admin.
+Use Intel AMT technology to control the target machine. WS management
+is used to powercycle it and Serial-Over-Lan (SOL) for input/output.
+The hostname or (IP address) is given by the I<host> parameter. If
+I<password> is not specified, environment variable AMT_PASSWORD is
+used. The I<port> specifies a TCP port for SOL. If not specified, the
+default is 16992. Default I<user> is admin.
 
 =item --iprelay=I<addr[:port]>
 
@@ -1332,8 +1333,8 @@ copying files as a result of I<--server> option.
 
 =item --on, --off
 
-Switch on/off the target machine. Currently works only with
-B<--iprelay>.
+Switch on/off the target machine. Currently it works only with
+B<--iprelay> or B<--amt>.
 
 =item -Q, --qemu[=I<qemu-binary>]