prevent the running of postbootscripts

This commit is contained in:
wanghuaz 2013-12-12 17:50:49 +08:00
parent 7c45a82a53
commit f8bb5e4b50
2 changed files with 10 additions and 2 deletions

View File

@ -6,7 +6,7 @@ B<addkitcomp> - Assign Kit components to an xCAT osimage.
B<addkitcomp> [B<-?>|B<-h>|B<--help>] [B<-v>|B<--version>]
B<addkitcomp> [B<-V>|B<--verbose>] [B<-a>|B<--adddeps>] [B<-f>|B<--force>] [B<-n>|B<--noupgrade>] B<-i> I<osimage> I<kitcompname_list>
B<addkitcomp> [B<-V>|B<--verbose>] [B<-a>|B<--adddeps>] [B<-f>|B<--force>] [B<-n>|B<--noupgrade>] [B<--noscripts>] B<-i> I<osimage> I<kitcompname_list>
=head1 DESCRIPTION
@ -46,6 +46,10 @@ The osimage name that the kit component is assigning to.
Allow multiple versions of kitcomponent to be installed into the osimage, instead of kitcomponent upgrade
=item B<--noscripts>
Do not add kitcomponent's postbootscripts to osimage
=item B<kitcompname_list>
A comma-delimited list of valid full kit component names or kit component basenames that are to be added to the osimage.

View File

@ -6,7 +6,7 @@ B<rmkitcomp> - Remove Kit components from an xCAT osimage.
B<rmkitcomp> [B<-?>|B<-h>|B<--help>] [B<-v>|B<--version>]
B<rmkitcomp> [B<-V>|B<--verbose>] [B<-u>|B<--uninstall>] [B<-f>|B<--force>] B<-i> I<osimage> I<kitcompname_list>
B<rmkitcomp> [B<-V>|B<--verbose>] [B<-u>|B<--uninstall>] [B<-f>|B<--force>] [B<--noscripts>] B<-i> I<osimage> I<kitcompname_list>
=head1 DESCRIPTION
@ -38,6 +38,10 @@ Command version.
Remove this kit component from osimage no matter it is a dependency of other kit components.
=item B<--noscripts>
Do not remove kitcomponent's postbootscripts from osimage
=item B<-i> I<osimage>
osimage name that include this kit component.