relative path support for xdsh/xdcp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5159 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-02-05 03:20:33 +00:00
parent 32e47721d6
commit 9bcf049530
2 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ is not specified, a default fanout value of B<64> is used.
=item B<-F>|B<--File> I<rsync input file>
Specifies the full path to the file that will be used to
Specifies the path to the file that will be used to
build the rsync command.
The format of the input file is as follows, each line contains:
<path to source file1> <path to source file2> ... -> < path to destination file/directory>
@ -130,7 +130,7 @@ Displays usage information.
=item B<-i>|B<--rootimg> I<install image>
Specifies the full path to the install image on the local Linux node.
Specifies the path to the install image on the local Linux node.

View File

@ -276,14 +276,14 @@ written to standard output.
=item B<-r>|B<--node-rsh> I<node_remote_shell>
Specifies the full path of the remote shell command used
Specifies the path of the remote shell command used
for remote command execution on node targets.
=item B<-i>|B<--rootimg> I<install image>
Specifies the full path to the install image on the local node.
Specifies the path to the install image on the local node.
xdsh will chroot to this path and run the xdsh command against the
install image. No other xdsh flags, environment variables apply with
this input. A noderange is not accepted. Only runs on the local host,