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.