updated the liteimg manpage for the statelite semantics on top of ramdisk
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8878 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4c6fb11dab
commit
5dd3cee59e
@ -8,7 +8,7 @@ I<liteimg [-h| --help]>
|
||||
|
||||
I<liteimg [-v| --version]>
|
||||
|
||||
I<liteimg [-o OS] [ -p profile] [-a architecture]>
|
||||
I<liteimg [-o OS] [ -p profile] [-a architecture] [-t rootfstype]>
|
||||
|
||||
I<liteimg imagename>
|
||||
|
||||
@ -45,6 +45,7 @@ Note: If you make any changes to your litefile table after running liteimg then
|
||||
|
||||
I<imagename> specifies the name of a os image definition to be used. The specification for the image is storted in the I<osimage> table and I<linuximage> table.
|
||||
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
|
||||
@ -58,6 +59,8 @@ B<-p> Profile (compute,service)
|
||||
|
||||
B<-a> Architecture (ppc64,x86_64,etc)
|
||||
|
||||
B<-t> The type of rootfs for the image (nfs, ramdisk). It is optional, nfs is used to be the rootfs type when B<-t> is not specified.
|
||||
|
||||
|
||||
=head1 RETURN VALUE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user