From fac000c8d93f18c2c7d9ae30b8295a48ea0cb0a1 Mon Sep 17 00:00:00 2001 From: linggao Date: Fri, 24 Jun 2011 16:50:48 +0000 Subject: [PATCH] added -g flag in genimage man page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9930 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/genimage.1.pod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/genimage.1.pod b/xCAT-client/pods/man1/genimage.1.pod index c1e8b82cc..e5304ac39 100644 --- a/xCAT-client/pods/man1/genimage.1.pod +++ b/xCAT-client/pods/man1/genimage.1.pod @@ -4,9 +4,9 @@ B - Generates a stateless image to be used for a diskless install. =head1 SYNOPSIS -B [B<-i> I] [B<-n> I] B<-o> I B<-p> I [B<-l> I] [B<-r> I] [B<-k> I] [B<--permission> I] +B [B<-i> I] [B<-n> I] B<-o> I B<-p> I [B<-l> I] [B<-r> I] [B<-k> I] [B<-g> I] [B<--permission> I] -B [B<-i> I] [B<-n> I] [B<-o> I] [B<-l> I] [B<-r> I] [B<-k> I] imagename +B [B<-i> I] [B<-n> I] [B<-o> I] [B<-l> I] [B<-r> I] [B<-k> I] [B<-g> I] imagename B [B<-h> | B<--help> | B<-v> | B<--version>] @@ -88,6 +88,10 @@ Other network interfaces (e.g. eth1) in the image that should be configured via Use this flag if you want to use a specific version of the kernel in the image. Defaults to the first kernel found in the install image. +=item B<-g> I + +This flag is for SLES only. Use this flag to specify the rpm version for kernel packages in the image. It must be present if -k flag is specified in the command for SLES. + =item B<-v|--version> Display version.