Add doc for new -i flag

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2359 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-10-17 16:18:57 +00:00
parent 26d07db580
commit 206f99ea5e

View File

@ -9,6 +9,8 @@ B<xdsh> I<noderange> [B<-B> I<bypass>] [B<-C> I<context>] [B<-e>] [B<-E> I<envir
I<node_options>] [B<-Q>] [B<-r> I<node_remote_shell>] [B<-s>] [B<-S> B<csh>|B<ksh>] [B<-t> I<timeout>]
[B<-T>] [B<-v>] [B<-X> I<env_list>] [B<-z>] I<command_list>
B<xdsh> [B<-i> I<image path>]
B<xdsh> [B<-h> | B<-V> | B<-q>]
@ -275,9 +277,22 @@ dard output or standard error. Monitoring messages are
written to standard output.
=item B<-r>|B<--node-rsh> I<node_remote_shell>
Specifies the full 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.
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,
normally the Management Node.
=item B<-s>|B<--stream>
Specifies that output is returned as it becomes available