From 206f99ea5e90662f1979fd69a913dd2c9045c45b Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 17 Oct 2008 16:18:57 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/xdsh.1.pod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index 7751cfc3e..4e93ff1e6 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -9,6 +9,8 @@ B I [B<-B> I] [B<-C> I] [B<-e>] [B<-E> I] [B<-Q>] [B<-r> I] [B<-s>] [B<-S> B|B] [B<-t> I] [B<-T>] [B<-v>] [B<-X> I] [B<-z>] I +B [B<-i> I] + B [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 + + Specifies the full path of the remote shell command used for remote command execution on node targets. + +=item B<-i>|B<--rootimg> I + + +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